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
| Improve this Doc View SourceInboundPayload(ByteString)
TBD
Declaration
public InboundPayload(ByteString payload)
Parameters
Type | Name | Description |
---|---|---|
Google.Protobuf.ByteString | payload | TBD |
Properties
| Improve this Doc View SourcePayload
TBD
Declaration
public ByteString Payload { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.ByteString |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |