Package org.sensorhub.api.comm
Class MessageQueueConfig
java.lang.Object
org.sensorhub.api.module.ModuleConfigBase
org.sensorhub.api.module.SubModuleConfig
org.sensorhub.api.comm.MessageQueueConfig
- All Implemented Interfaces:
 Cloneable
- 
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanFields inherited from class org.sensorhub.api.module.ModuleConfigBase
moduleClass, name - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.sensorhub.api.module.SubModuleConfig
clone 
- 
Field Details
- 
topicName
@DisplayInfo(desc="Name of topic/queue to use for publish and subscribe operations") public String topicName - 
subscriptionName
@DisplayInfo(desc="Name of subscription to use for publish and subscribe operations") public String subscriptionName - 
enablePublish
 - 
enableSubscribe
 - 
deleteOldSubscription
@DisplayInfo(desc="Set to always use a new subscription (i.e. with no message history)") public boolean deleteOldSubscription 
 - 
 - 
Constructor Details
- 
MessageQueueConfig
public MessageQueueConfig() 
 -