Package com.framed.streamer.dispatcher
Class InfluxDispatcher
java.lang.Object
com.framed.core.Service
com.framed.streamer.dispatcher.Dispatcher
com.framed.streamer.dispatcher.InfluxDispatcher
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InfluxDispatcher
-
-
Method Details
-
push
- Specified by:
pushin classDispatcher
-
pushBatch
- Specified by:
pushBatchin classDispatcher
-
stop
public void stop()Description copied from class:ServiceStops the service.By default, this method logs a message indicating that no stop logic is implemented. Subclasses should override this method to provide custom shutdown behavior when necessary.
-