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 Summary
Modifier and TypeMethodDescriptionvoidCalled by the transport to notify the listener about a HandleEvent
-
Method Details
-
notify
Called by the transport to notify the listener about a HandleEvent- Parameters:
ev- The HandleEvent of the handle
-