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
-
Field Summary
Fields inherited from class de.wuespace.telestion.api.verticle.TelestionVerticle
logger
Fields inherited from class io.vertx.core.AbstractVerticle
context, vertx
-
Constructor Summary
-
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, stop
Methods inherited from class io.vertx.core.AbstractVerticle
deploymentID, getVertx, init, processArgs
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.vertx.core.Verticle
getVertx, init, start, stop
Methods 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:
onStart
in classde.wuespace.telestion.api.verticle.TelestionVerticle<DataService.Configuration>
-