Attributes
- Companion
- trait
- Deprecated
- true
- Source
- Transport.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Transport.type
Members list
Type members
Classlikes
Class to convert ordinary pekko.actor.ActorRef instances to an AssociationEventListener. The adapter will forward event objects as messages to the provided ActorRef.
Class to convert ordinary pekko.actor.ActorRef instances to an AssociationEventListener. The adapter will forward event objects as messages to the provided ActorRef.
Attributes
- Source
- Transport.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AssociationEventListenerclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- Transport.scala
- Supertypes
- Known subtypes
-
class InboundAssociation
An interface that needs to be implemented by the user of a transport to listen to association events
An interface that needs to be implemented by the user of a transport to listen to association events
Attributes
- Source
- Transport.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Message sent to a pekko.remote.transport.Transport.AssociationEventListener registered to a transport (via the Promise returned by pekko.remote.transport.Transport#listen) when an inbound association request arrives.
Message sent to a pekko.remote.transport.Transport.AssociationEventListener registered to a transport (via the Promise returned by pekko.remote.transport.Transport#listen) when an inbound association request arrives.
Value parameters
- association
-
The handle for the inbound association.
Attributes
- Source
- Transport.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AssociationEventclass Objecttrait Matchableclass AnyShow all
Indicates that the association setup request is invalid, and it is impossible to recover (malformed IP address, hostname, etc.).
Indicates that the association setup request is invalid, and it is impossible to recover (malformed IP address, hostname, etc.).
Attributes
- Source
- Transport.scala
- Supertypes
-
trait Producttrait Equalstrait NoStackTraceclass PekkoExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all