Class InboundPayload
Message sent to the listener registered to an association (via the TaskCompletionSource returned by ReadHandlerSource)
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public sealed class InboundPayload : IHandleEvent, INoSerializationVerificationNeeded
Constructors
| Edit this page View SourceInboundPayload(ByteString)
TBD
Declaration
public InboundPayload(ByteString payload)
Parameters
Type | Name | Description |
---|---|---|
ByteString | payload | TBD |
Properties
| Edit this page View SourcePayload
TBD
Declaration
public ByteString Payload { get; }
Property Value
Type | Description |
---|---|
ByteString |
Methods
| Edit this page View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |