Interface AssociationHandle.HandleEventListener

  • All Known Implementing Classes:
    AssociationHandle.ActorHandleEventListener
    Enclosing interface:
    AssociationHandle

    public static interface AssociationHandle.HandleEventListener
    An interface that needs to be implemented by the user of an pekko.remote.transport.AssociationHandle to listen to association events.
    • Method Detail

      • notify

        void notify​(AssociationHandle.HandleEvent ev)
        Called by the transport to notify the listener about a HandleEvent
        Parameters:
        ev - The HandleEvent of the handle