Package org.apache.qpid.protonj2.client
Interface Target
public interface Target
-
Method Details
-
address
String address()- Returns:
- the address of the Source node.
-
durabilityMode
DurabilityMode durabilityMode()- Returns:
- the durabilityMode of this Source node.
-
timeout
long timeout()- Returns:
- the timeout assigned to this Source node in seconds.
-
expiryPolicy
ExpiryPolicy expiryPolicy()- Returns:
- the
ExpiryPolicy
of this Source node.
-
dynamic
boolean dynamic()- Returns:
- true if the Source node dynamically on-demand
-
dynamicNodeProperties
- Returns:
- the properties of the dynamically created Source node.
-
capabilities
- Returns:
- the set of capabilities available on this Source node.
-