Transport

org.apache.pekko.remote.transport.Transport$
See theTransport companion trait
object Transport

Attributes

Companion
trait
Deprecated
true
Source
Transport.scala
Graph
Supertypes
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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

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 Object
trait Matchable
class Any
Known subtypes
final case class InboundAssociation(association: AssociationHandle) extends AssociationEvent

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class InvalidAssociationException(msg: String, cause: Throwable) extends PekkoException, NoStackTrace

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 Product
trait Equals
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all