public interface FederatedPartitionEvent extends Event<FederatedPartitionEvent.Type>
| Modifier and Type | Interface and Description |
|---|---|
static class |
FederatedPartitionEvent.Type
The type of
FederatedPartitionEvents. |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalParticipant()
Obtain the participant name where this event is raised from.
|
String |
getParticipant()
Obtain the participant name where the partition is replicating to.
|
int |
getPartitionId()
Obtain the partition Id for this event.
|
getDispatcher, getType, nextInterceptorint getPartitionId()
String getParticipant()
String getLocalParticipant()