Package org.sensorhub.api.comm
Interface IMessageQueuePush<T extends MessageQueueConfig>
- All Superinterfaces:
IModuleBase<T>
,ISubModule<T>
Common interface to publish and receive messages from various message queue implementations
- Since:
- Nov 29, 2017
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface org.sensorhub.api.module.IModuleBase
getConfiguration, getName, init, start, stop
Methods inherited from interface org.sensorhub.api.module.ISubModule
getParentModule, setParentModule
-
Method Details
-
publish
void publish(byte[] payload) -
publish
-
registerListener
-
unregisterListener
-