object ActorTransportAdapter
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActorTransportAdapter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class AssociateUnderlying (remoteAddress: Address, statusPromise: Promise[AssociationHandle]) extends TransportOperation with Product with Serializable
- final case class DisassociateUnderlying (info: DisassociateInfo = AssociationHandle.Unknown) extends TransportOperation with DeadLetterSuppression with Product with Serializable
- final case class ListenUnderlying (listenAddress: Address, upstreamListener: Future[AssociationEventListener]) extends TransportOperation with Product with Serializable
- final case class ListenerRegistered (listener: AssociationEventListener) extends TransportOperation with Product with Serializable
- sealed trait TransportOperation extends NoSerializationVerificationNeeded