Uses of Interface
org.apache.qpid.protonj2.client.DeliveryState
Package
Description
-
Uses of DeliveryState in org.apache.qpid.protonj2.client
Modifier and TypeMethodDescriptionstatic DeliveryState
DeliveryState.accepted()
Source.defaultOutcome()
SourceOptions.defaultOutcome()
static DeliveryState
DeliveryState.modified
(boolean failed, boolean undeliverable) Create a new Modified outcome with the given failure state.static DeliveryState
Create a new Modified outcome with the given failure state.static DeliveryState
Create a new Rejected outcome with the given condition and description.static DeliveryState
Create a new Rejected outcome with the given condition and description.static DeliveryState
DeliveryState.released()
Delivery.remoteState()
Gets the current remote state for the delivery.StreamDelivery.remoteState()
Gets the current remote state for the delivery.StreamTracker.remoteState()
Gets the current remote state for the tracked delivery.Tracker.remoteState()
Gets the current remote state for the tracked delivery.Delivery.state()
Gets the current local state for the delivery.StreamDelivery.state()
Gets the current local state for the delivery.StreamTracker.state()
Gets the current local state for the tracked delivery.Tracker.state()
Gets the current local state for the tracked delivery.Modifier and TypeMethodDescriptionSourceOptions.defaultOutcome
(DeliveryState defaultOutcome) Delivery.disposition
(DeliveryState state, boolean settle) Updates the DeliveryState, and optionally settle the delivery as well.StreamDelivery.disposition
(DeliveryState state, boolean settle) Updates the DeliveryState, and optionally settle the delivery as well.StreamTracker.disposition
(DeliveryState state, boolean settle) Updates the DeliveryState, and optionally settle the delivery as well.Tracker.disposition
(DeliveryState state, boolean settle) Updates the DeliveryState, and optionally settle the delivery as well. -
Uses of DeliveryState in org.apache.qpid.protonj2.client.exceptions
ModifierConstructorDescriptionClientDeliveryStateException
(String message, Throwable cause, DeliveryState outcome) Create a new instance of the client delivery state error.ClientDeliveryStateException
(String message, DeliveryState outcome) Create a new instance of the client delivery state error. -
Uses of DeliveryState in org.apache.qpid.protonj2.client.impl
Modifier and TypeClassDescriptionclass
Client internal implementation of a DeliveryState type.static class
Client definedAccepted
delivery state definitionstatic class
Client definedModified
delivery state definitionstatic class
Client definedRejected
delivery state definitionstatic class
Client definedReleased
delivery state definitionstatic class
Client definedTransactionalState
delivery state definitionModifier and TypeFieldDescriptionprotected static final AtomicReferenceFieldUpdater<ClientTrackable,
DeliveryState> ClientTrackable.REMOTEL_DELIVERY_STATE_UPDATER
Modifier and TypeMethodDescriptionClientDeliverable.remoteState()
ClientNoOpStreamTracker.remoteState()
ClientNoOpTracker.remoteState()
ClientTrackable.remoteState()
ClientDeliverable.state()
ClientNoOpStreamTracker.state()
ClientNoOpTracker.state()
ClientTrackable.state()
Modifier and TypeMethodDescriptionClientDeliverable.disposition
(DeliveryState state, boolean settle) ClientNoOpStreamTracker.disposition
(DeliveryState state, boolean settle) ClientNoOpTracker.disposition
(DeliveryState state, boolean settle) ClientTrackable.disposition
(DeliveryState state, boolean settle)