Class DataService
java.lang.Object
io.vertx.core.AbstractVerticle
de.wuespace.telestion.api.verticle.TelestionVerticle<DataService.Configuration>
de.wuespace.telestion.extension.mongodb.DataService
- All Implemented Interfaces:
de.wuespace.telestion.api.verticle.trait.WithEventBus,io.vertx.core.Verticle
public class DataService
extends de.wuespace.telestion.api.verticle.TelestionVerticle<DataService.Configuration>
implements de.wuespace.telestion.api.verticle.trait.WithEventBus
DataService is a verticle which is the interface to a underlying database implementation.
All data requests should come to the DataService and will be parsed and executed.
TODO: DataOperations like Integrate, Differentiate, Offset, Sum, ...
TODO: MongoDB Queries explanation and implementation in fetchLatestData.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class de.wuespace.telestion.api.verticle.TelestionVerticle
loggerFields inherited from class io.vertx.core.AbstractVerticle
context, vertx -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.wuespace.telestion.api.verticle.TelestionVerticle
config, getConfig, getConfigType, getDefaultConfig, getGenericConfig, getGenericDefaultConfig, onStart, onStop, onStop, setDefaultConfig, setDefaultConfig, start, start, stop, stopMethods inherited from class io.vertx.core.AbstractVerticle
deploymentID, getVertx, init, processArgsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vertx.core.Verticle
getVertx, init, start, stopMethods inherited from interface de.wuespace.telestion.api.verticle.trait.WithEventBus
publish, publish, publish, publish, publish, publish, publish, publish, publish, publish, publish, publish, register, register, register, request, request, request, request, request, request, request, request, request, request, request, request, request, request, request, request, request, request, request, request, request, request, request, request, send, send, send, send, send, send, send, send, send, send, send, send
-
Constructor Details
-
DataService
public DataService()
-
-
Method Details
-
onStart
public void onStart()- Overrides:
onStartin classde.wuespace.telestion.api.verticle.TelestionVerticle<DataService.Configuration>
-