C# (CSharp) Akka.Remote.Transport Пространство имен

Пространства имен

Akka.Remote.Transport.AkkaIO
Akka.Remote.Transport.Helios

Классы

Имя Описание
AckAndMessage INTERNAL API
ActorAssociationEventListener Converts an ActorRef instance into an IAssociationEventListener, so IAssociationEvent messages can be passed directly to the Actor.
ActorHandleEventListener Converts an ActorRef instance into an IHandleEventListener, so IHandleEvent messages can be passed directly to the Actor.
AkkaPduCodec INTERNAL API A Codec that is able to convert Akka PDUs from and to ByteString
AkkaPduProtobuffCodec
Associate
AssociationHandle A Service Provider Interface (SPI) layer for abstracting over logical links (associations) created by a Transport. Handles are responsible for providing an API for sending and receiving from the underlying channel. To register a listener for processing incoming payload data, the listener must be registered by completing the Task returned by AssociationHandle.ReadHandlerSource. Incoming data is not processed until this registration takes place.
Disassociate
Disassociated
InboundAssociation Message sent to IAssociationEventListener registered to a transport (via the TaskCompletionSource returned by Transport.Listen) when the inbound association request arrives.
InboundPayload Message sent to the listener registered to an association (via the TaskCompletionSource returned by AssociationHandle.ReadHandlerSource)
InvalidAssociationException This exception is thrown when an association setup request is invalid and it is impossible to recover (malformed IP address, unknown hostname, etc...).
Message
Payload
PduCodecException INTERNAL API
Transport
UnderlyingTransportError The underlying transport reported a non-fatal error