Interface | Description |
---|---|
IDataPayload |
IDataPayload is an interface that specifies a piece of data
that will be transmitted over the wire to
|
IDataPayloadVisitor<T> |
Class | Description |
---|---|
ByteArrayPayload |
A ByteArrayPayload is a simple payload consisting of a
byte array.
|
DataPointerPayload |
A payload for a Pointer to some data.
|
MultiMessagePayload |