| Package | Description |
|---|---|
| jadex.micro.examples.messagequeue | |
| jadex.micro.examples.messagequeue.replicated |
| Modifier and Type | Method and Description |
|---|---|
ISubscriptionIntermediateFuture<Event> |
MessageQueueAgent.subscribe(String topic)
Subscribe to a specific topic.
|
ISubscriptionIntermediateFuture<Event> |
IMessageQueueService.subscribe(String topic)
Subscribe to a specific topic.
|
| Modifier and Type | Method and Description |
|---|---|
IFuture<Void> |
MessageQueueAgent.publish(String topic,
Event event)
Publish a new event to the queue.
|
IFuture<Void> |
IMessageQueueService.publish(String topic,
Event event)
Publish a new event to the queue.
|
| Modifier and Type | Method and Description |
|---|---|
ISubscriptionIntermediateFuture<Event> |
ReplicationSubscription.getSubscription() |
ISubscriptionIntermediateFuture<Event> |
ReplicatedMessageQueueAgent.subscribe(String topic)
Subscribe to a specific topic.
|
ISubscriptionIntermediateFuture<Event> |
IMessageQueueReplicationService.subscribeForReplication(String topic)
Subscribe to a specific topic.
|
ISubscriptionIntermediateFuture<Event> |
ReplicatedMessageQueueAgent.subscribeForReplication(String topic)
Subscribe to a specific topic.
|
| Modifier and Type | Method and Description |
|---|---|
IFuture<Void> |
ReplicatedMessageQueueAgent.publish(String topic,
Event event)
Publish a new event to the queue.
|
IFuture<Void> |
IMessageQueueReplicableService.publish(String topic,
Event event,
Boolean replicate)
Publish a new event to the queue.
|
IFuture<Void> |
ReplicatedMessageQueueAgent.publish(String topic,
Event event,
Boolean replicate)
Publish a new event to the queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationSubscription.setSubscription(ISubscriptionIntermediateFuture<Event> subscription) |
| Constructor and Description |
|---|
ReplicationSubscription(IMessageQueueReplicationService service,
ISubscriptionIntermediateFuture<Event> subscription) |
Copyright © 2013. All Rights Reserved.