object ActorTransportAdapter
- Annotations
- @deprecated
- Deprecated
(Since version Akka 2.6.0) Classic remoting is deprecated, use Artery
- Source
- AbstractTransportAdapter.scala
Linear Supertypes
Content Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActorTransportAdapter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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