Package org.apache.qpid.protonj2.client
Interface Source
public interface Source
- 
Method Details- 
addressString address()- Returns:
- the address of the Source node.
 
- 
durabilityModeDurabilityMode durabilityMode()- Returns:
- the durabilityMode of this Source node.
 
- 
timeoutlong timeout()- Returns:
- the timeout assigned to this Source node in seconds.
 
- 
expiryPolicyExpiryPolicy expiryPolicy()- Returns:
- the ExpiryPolicyof this Source node.
 
- 
dynamicboolean dynamic()- Returns:
- true if the Source node was created dynamically on-demand
 
- 
dynamicNodeProperties- Returns:
- the properties of the dynamically created Source node.
 
- 
distributionModeDistributionMode distributionMode()- Returns:
- the DistributionModeof this Source node.
 
- 
filters- Returns:
- the filters assigned to this Source node.
 
- 
defaultOutcomeDeliveryState defaultOutcome()- Returns:
- the default outcome configured for this Source node.
 
- 
outcomesSet<DeliveryState.Type> outcomes()- Returns:
- the supported outcome types of this Source node.
 
- 
capabilities- Returns:
- the set of capabilities available on this Source node.
 
 
-