public interface FederatedConnectionEvent extends Event<FederatedConnectionEvent.Type>
NOTE: These events are raised on the same thread that caused the event. As such EventInterceptors that handle this event must never perform blocking operations.
| Modifier and Type | Interface and Description |
|---|---|
static class |
FederatedConnectionEvent.Type
The types of
FederatedConnectionEvents. |
| Modifier and Type | Method and Description |
|---|---|
String |
getParticipantName()
Obtains the name of the participant on which the event occurred.
|
getDispatcher, getType, nextInterceptorString getParticipantName()