Uses of Enum
org.apache.qpid.proton.amqp.transport.SenderSettleMode
Packages that use SenderSettleMode
Package
Description
-
Uses of SenderSettleMode in org.apache.qpid.proton.amqp.transport
Methods in org.apache.qpid.proton.amqp.transport that return SenderSettleModeModifier and TypeMethodDescriptionAttach.getSndSettleMode()
static SenderSettleMode
Returns the enum constant of this type with the specified name.static SenderSettleMode
SenderSettleMode.valueOf
(UnsignedByte value) Returns the enum constant of this type with the specified name.static SenderSettleMode[]
SenderSettleMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.qpid.proton.amqp.transport with parameters of type SenderSettleMode -
Uses of SenderSettleMode in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return SenderSettleModeMethods in org.apache.qpid.proton.engine with parameters of type SenderSettleModeModifier and TypeMethodDescriptionvoid
Link.setRemoteSenderSettleMode
(SenderSettleMode remoteSenderSettleMode) Deprecated.void
Link.setSenderSettleMode
(SenderSettleMode senderSettleMode) Sets the sender settle mode. -
Uses of SenderSettleMode in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl that return SenderSettleModeModifier and TypeMethodDescriptionLinkImpl.getRemoteSenderSettleMode()
LinkImpl.getSenderSettleMode()
Methods in org.apache.qpid.proton.engine.impl with parameters of type SenderSettleModeModifier and TypeMethodDescriptionvoid
LinkImpl.setRemoteSenderSettleMode
(SenderSettleMode remoteSenderSettleMode) void
LinkImpl.setSenderSettleMode
(SenderSettleMode senderSettleMode)