Interface FederatedConnectionEvent

  • All Superinterfaces:
    Event<FederatedConnectionEvent.Type>

    public interface FederatedConnectionEvent
    extends Event<FederatedConnectionEvent.Type>
    Represents a change in connection state to a known participant, including connecting, disconnected, error and through-put events.

    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.

    Since:
    12.2.1
    Author:
    pp 2013.04.02
    • Method Detail

      • getParticipantName

        String getParticipantName()
        Obtains the name of the participant on which the event occurred.
        Returns:
        name of the participant