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

Represents the remote Source instance for a sender or receiver link. More...

Inherited by Apache.Qpid.Proton.Client.Implementation.ClientRemoteSource.

Properties

string Address [get]
 The address value of the remote source node.
 
DurabilityMode DurabilityMode [get]
 The durability mode assigned to the remote source node.
 
uint Timeout [get]
 The expiry timeout assigned to the remote source node.
 
ExpiryPolicy ExpiryPolicy [get]
 The expiry policy assigned to the remote source node.
 
bool Dynamic [get]
 Indicates if the remote source node was created dynamically.
 
IReadOnlyDictionary< string, object > DynamicNodeProperties [get]
 The node properties assigned to a dynamically created source node.
 
DistributionMode DistributionMode [get]
 The distribution mode of the remote source node.
 
IReadOnlyDictionary< string, object > Filters [get]
 The collection of filters that are configured on the source node.
 
IDeliveryState DefaultOutcome [get]
 The default outcome that is assigned on the remote source node.
 
IReadOnlyCollection< DeliveryStateTypeOutcomes [get]
 The set of supported outcomes on the remote source node.
 
IReadOnlyCollection< string > Capabilities [get]
 The set of capabilities assigned on the remote source node.
 

Detailed Description

Represents the remote Source instance for a sender or receiver link.


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