Uses of Enum
org.apache.qpid.protonj2.types.messaging.TerminusDurability
Packages that use TerminusDurability
-
Uses of TerminusDurability in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return TerminusDurabilityModifier and TypeMethodDescriptionSource.getDurable()Target.getDurable()static TerminusDurabilityTerminusDurability.valueOf(long value) Returns the enum constant of this type with the specified name.static TerminusDurabilityReturns the enum constant of this type with the specified name.static TerminusDurabilityTerminusDurability.valueOf(UnsignedInteger value) Returns the enum constant of this type with the specified name.static TerminusDurability[]TerminusDurability.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.qpid.protonj2.types.messaging with parameters of type TerminusDurabilityModifier and TypeMethodDescriptionSource.setDurable(TerminusDurability durable) Target.setDurable(TerminusDurability durable)