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 SenderSettleModeReturns the enum constant of this type with the specified name.static SenderSettleModeSenderSettleMode.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 TypeMethodDescriptionvoidLink.setRemoteSenderSettleMode(SenderSettleMode remoteSenderSettleMode) Deprecated.voidLink.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 TypeMethodDescriptionvoidLinkImpl.setRemoteSenderSettleMode(SenderSettleMode remoteSenderSettleMode) voidLinkImpl.setSenderSettleMode(SenderSettleMode senderSettleMode)