Package com.framed.streamer.dispatcher
Class FfillDispatcher
java.lang.Object
com.framed.core.Service
com.framed.streamer.dispatcher.Dispatcher
com.framed.streamer.dispatcher.FfillDispatcher
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionFfillDispatcher(EventBus eventBus, org.json.JSONArray devices, Long frequencyMillis) -
Method Summary
-
Constructor Details
-
FfillDispatcher
-
-
Method Details
-
push
- Specified by:
pushin classDispatcher- Throws:
IOException
-
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.
-