Package org.apache.qpid.protonj2.client
Interface Released
- All Superinterfaces:
DeliveryState
- All Known Implementing Classes:
ClientDeliveryState.ClientReleased
Released delivery state and outcome marker interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.qpid.protonj2.client.DeliveryState
DeliveryState.Type -
Method Summary
Methods inherited from interface org.apache.qpid.protonj2.client.DeliveryState
isAccepted, isModified, isRejected, isTransactional
-
Method Details
-
getType
- Specified by:
getTypein interfaceDeliveryState- Returns:
- the type that the given
DeliveryStaterepresents.
-
isReleased
default boolean isReleased()- Specified by:
isReleasedin interfaceDeliveryState- Returns:
- true if the
DeliveryStaterepresents an Released outcome.
-