AssociationHandle Class
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.
Namespace:
Akka.Remote.TransportAssembly: Akka.Remote (in Akka.Remote.dll)