| Package | Description |
|---|---|
| io.atomix.group |
Provides distributed group operations tools via
DistributedGroup including leader election,
direct messaging, tasks queues, partitioning, and remote execution. |
| io.atomix.group.messaging |
| Class and Description |
|---|
| MessageClient
Provides an interface for producing messages to a group or a member of a group.
|
| MessageService
Provides an interface for consuming messages sent either directly or indirectly to a group member.
|
| Class and Description |
|---|
| Message
Represents a reliable message received by a member to be processed and acknowledged.
|
| MessageClient
Provides an interface for producing messages to a group or a member of a group.
|
| MessageConsumer
Consumes messages from a named message queue.
|
| MessageConsumer.Options
Message consumer options.
|
| MessageProducer
Produces messages to a remote
MessageService queue. |
| MessageProducer.Delivery
Delivery policy for defining how messages are delivered to consumers, particularly when producing messages to
a group.
|
| MessageProducer.Execution
Execution policy for defining the criteria for completion of a message produced by a producer.
|
| MessageProducer.Options
Message producer options.
|
Copyright © 2013–2017. All rights reserved.