Interface IMessageQueueReplicableService
-
- All Superinterfaces:
IMessageQueueService
- All Known Implementing Classes:
ReplicatedMessageQueueAgent
public interface IMessageQueueReplicableService extends IMessageQueueService
A replicable extension of theIMessageQueueService
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<java.lang.Void>
publish(java.lang.String topic, Event event, java.lang.Boolean replicate)
Publish a new event to the queue.-
Methods inherited from interface jadex.micro.examples.messagequeue.IMessageQueueService
publish, subscribe
-
-