An empty incoming AMQP envelope that is used for signalling that an empty AMQP frame was read.
More...
|
override string | ToString () |
|
override void | Invoke< T > (IPerformativeHandler< T > handler, T context) |
| Invoke the correct performative handler event based on the body of this AMQP performative.
|
|
void | Release () |
| Used to release a Frame that was taken from a Frame pool in order to make it available for the next input operations. Once called the contents of the Frame are invalid and cannot be used again inside the same context.
|
|
|
static readonly EmptyEnvelope | Instance = new() |
|
static readonly byte | AmqpFrameType = 0 |
|
|
T | Body [get] |
| Access the performative that is the body of this envelope.
|
|
ushort | Channel [get] |
| Access the channel on which the performative was received.
|
|
IProtonBuffer | Payload [get] |
| Access the payload bytes that arrived with the performative.
|
|
byte | FrameType [get] |
| Provides the frame type that defines what types of performatives can be received.
|
|
An empty incoming AMQP envelope that is used for signalling that an empty AMQP frame was read.
◆ Invoke< T >()
override void Apache.Qpid.Proton.Engine.EmptyEnvelope.Invoke< T > |
( |
IPerformativeHandler< T > |
handler, |
|
|
T |
context |
|
) |
| |
|
inlinevirtual |
Invoke the correct performative handler event based on the body of this AMQP performative.
- Template Parameters
-
T | The type of context that will be provided to the invocation |
- Parameters
-
handler | The handle to invoke an event on. |
context | The context to pass to the event invocation |
Reimplemented from Apache.Qpid.Proton.Engine.IncomingAmqpEnvelope.
The documentation for this class was generated from the following file:
- src/Proton/Engine/EmptyEnvelope.cs