| 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 |
| Modifier and Type | Method and Description |
|---|---|
MessageClient |
GroupMember.messaging()
Returns the direct message client for this member.
|
MessageClient |
DistributedGroup.messaging()
Returns the group message client.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MessageService
Provides an interface for consuming messages sent either directly or indirectly to a group member.
|
Copyright © 2013–2017. All rights reserved.