HandleEventListener

org.apache.pekko.remote.transport.AssociationHandle.HandleEventListener

An interface that needs to be implemented by the user of an pekko.remote.transport.AssociationHandle to listen to association events.

Attributes

Source
Transport.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def notify(ev: HandleEvent): Unit

Called by the transport to notify the listener about a HandleEvent

Called by the transport to notify the listener about a HandleEvent

Value parameters

ev

The HandleEvent of the handle

Attributes

Source
Transport.scala