Interface IMessageQueueReplicationService
- 
- All Known Implementing Classes:
- ReplicatedMessageQueueAgent
 
 public interface IMessageQueueReplicationServiceMessage queue interface for the replication of distributed message queues.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIdString()Returns the services unique Id.ISubscriptionIntermediateFuture<Event>subscribeForReplication(java.lang.String topic)Subscribe to a specific topic.
 
- 
- 
- 
Method Detail- 
subscribeForReplicationISubscriptionIntermediateFuture<Event> subscribeForReplication(java.lang.String topic) Subscribe to a specific topic. New events that fit to the topic are forwarded to all replication subscribers as intermediate results. A subscribe can unsubscribe by terminating the future.- Parameters:
- topic- The topic.
- Returns:
- The events.
 
 - 
getIdStringjava.lang.String getIdString() Returns the services unique Id.- Returns:
- the service Id.
 
 
- 
 
-