Attributes
- Companion
- trait
- Deprecated
- true
- Source
- Transport.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
AssociationHandle.type
Members list
Type members
Classlikes
Class to convert ordinary pekko.actor.ActorRef instances to a HandleEventListener. The adapter will forward event objects as messages to the provided ActorRef.
Class to convert ordinary pekko.actor.ActorRef instances to a HandleEventListener. The adapter will forward event objects as messages to the provided ActorRef.
Attributes
- Source
- Transport.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HandleEventListenerclass Objecttrait Matchableclass AnyShow all
Supertype of possible disassociation reasons
Supertype of possible disassociation reasons
Attributes
- Source
- Transport.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Message sent to the listener registered to an association
Message sent to the listener registered to an association
Value parameters
- info
-
information about the reason of disassociation
Attributes
- Source
- Transport.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DeadLetterSuppressiontrait HandleEventclass Objecttrait Matchableclass AnyShow all
Trait for events that the registered listener for an pekko.remote.transport.AssociationHandle might receive.
Trait for events that the registered listener for an pekko.remote.transport.AssociationHandle might receive.
Attributes
- Source
- Transport.scala
- Supertypes
- Known subtypes
-
class Disassociatedclass InboundPayload
An interface that needs to be implemented by the user of an pekko.remote.transport.AssociationHandle to listen to association events.
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
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ActorHandleEventListener
Message sent to the listener registered to an association (via the Promise returned by pekko.remote.transport.AssociationHandle#readHandlerPromise) when an inbound payload arrives.
Message sent to the listener registered to an association (via the Promise returned by pekko.remote.transport.AssociationHandle#readHandlerPromise) when an inbound payload arrives.
Value parameters
- payload
-
The raw bytes that were sent by the remote endpoint.
Attributes
- Source
- Transport.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HandleEventclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- Transport.scala
- Supertypes
- Self type
-
Quarantined.type
Attributes
- Source
- Transport.scala
- Supertypes
- Self type
-
Shutdown.type
Attributes
- Source
- Transport.scala
- Supertypes
- Self type
-
Unknown.type