Proton DotNet
Loading...
Searching...
No Matches
Properties | List of all members
Apache.Qpid.Proton.Client.IStreamReceiverMessage Interface Reference

A specialized message type that represents a streamed delivery possibly spanning many incoming AMQP transfer frames from the remote peer. It is possible for various calls in this message type to block while awaiting the receipt of sufficient bytes to provide the result. More...

Inheritance diagram for Apache.Qpid.Proton.Client.IStreamReceiverMessage:
Apache.Qpid.Proton.Client.IAdvancedMessage< Stream > Apache.Qpid.Proton.Client.Implementation.ClientStreamReceiverMessage

Properties

IStreamDelivery Delivery [get]
 Returns the stream delivery that is linked to this message.
 
IStreamReceiver Receiver [get]
 Returns the stream receiver instance that owns this incoming stream message.
 
bool Aborted [get]
 Check if the streamed delivery that was assigned to this message has been marked as aborted by the remote.
 
bool Completed [get]
 Check if the streamed delivery that was assigned to this message has been marked as complete by the remote.
 
- Properties inherited from Apache.Qpid.Proton.Client.IAdvancedMessage< Stream >
Header Header [get, set]
 Provides access to the AMQP Header instance that is carried in the message.
 
Properties Properties [get, set]
 Provides access to the AMQP Properties instance that is carried in the message.
 
MessageAnnotations Annotations [get, set]
 Provides access to the AMQP MessageAnnotations instance that is carried in the message.
 
ApplicationProperties ApplicationProperties [get, set]
 Provides access to the AMQP ApplicationProperties instance that is carried in the message.
 
Footer Footer [get, set]
 Provides access to the AMQP Footer instance that is carried in the message.
 
uint MessageFormat [get, set]
 Access the message format value present in this message. The exact structure of a message, together with its encoding, is defined by the message format (default is the AMQP defined message format zero.
 

Additional Inherited Members

- Public Member Functions inherited from Apache.Qpid.Proton.Client.IAdvancedMessage< Stream >
IAdvancedMessage< T > AddBodySection (ISection section)
 Adds the given section to the internal collection of sections that will be sent to the remote peer when this message is encoded. If a previous section was added by a call to the set body method it should be retained as the first element of the running list of body sections contained in this message.
 
IAdvancedMessage< T > SetBodySections (IEnumerable< ISection > section)
 Sets the body section instances to use when encoding this message. The value set replaces any existing sections assigned to this message through the add body sections API or the singular body set method. Calling the set method with a null or empty enumerable is equivalent to calling the clear body sections method. The values from the passed enumerable are copied and changes to it following calls to this method are not reflected in the collection contained in this message.
 
IEnumerable< ISectionGetBodySections ()
 Create and return an unmodifiable read-only view that contains the section instances currently assigned to this message.
 
IAdvancedMessage< T > ClearBodySections ()
 Clears all currently set body sections from this message instance.
 
IAdvancedMessage< T > ForEachBodySection (Action< ISection > consumer)
 Efficient enumeration over all currently assigned body sections in this message.
 
IProtonBuffer Encode (IDictionary< string, object > deliveryAnnotations)
 Encodes the advanced message for transmission by the client. The provided delivery annotations can be included or augmented by the advanced implementation based on the target message format. The implementation is responsible for ensuring that the delivery annotations are treated correctly encoded into the correct location in the message.
 
- Static Public Member Functions inherited from Apache.Qpid.Proton.Client.IAdvancedMessage< Stream >
static new IAdvancedMessage< T > Create ()
 Creates a new advanced message instance using the Proton implementation.
 

Detailed Description

A specialized message type that represents a streamed delivery possibly spanning many incoming AMQP transfer frames from the remote peer. It is possible for various calls in this message type to block while awaiting the receipt of sufficient bytes to provide the result.

Property Documentation

◆ Aborted

bool Apache.Qpid.Proton.Client.IStreamReceiverMessage.Aborted
get

Check if the streamed delivery that was assigned to this message has been marked as aborted by the remote.

Implemented in Apache.Qpid.Proton.Client.Implementation.ClientStreamReceiverMessage.

◆ Completed

bool Apache.Qpid.Proton.Client.IStreamReceiverMessage.Completed
get

Check if the streamed delivery that was assigned to this message has been marked as complete by the remote.

Implemented in Apache.Qpid.Proton.Client.Implementation.ClientStreamReceiverMessage.

◆ Delivery

IStreamDelivery Apache.Qpid.Proton.Client.IStreamReceiverMessage.Delivery
get

Returns the stream delivery that is linked to this message.

Implemented in Apache.Qpid.Proton.Client.Implementation.ClientStreamReceiverMessage.

◆ Receiver

IStreamReceiver Apache.Qpid.Proton.Client.IStreamReceiverMessage.Receiver
get

Returns the stream receiver instance that owns this incoming stream message.

Implemented in Apache.Qpid.Proton.Client.Implementation.ClientStreamReceiverMessage.


The documentation for this interface was generated from the following file: