Uses of Class
org.apache.qpid.protonj2.types.messaging.TerminusDurability
-
Packages that use TerminusDurability Package Description org.apache.qpid.protonj2.types.messaging -
-
Uses of TerminusDurability in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return TerminusDurability Modifier and Type Method Description TerminusDurabilitySource. getDurable()TerminusDurabilityTarget. getDurable()static TerminusDurabilityTerminusDurability. valueOf(long value)Returns the enum constant of this type with the specified name.static TerminusDurabilityTerminusDurability. valueOf(String name)Returns 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 TerminusDurability Modifier and Type Method Description SourceSource. setDurable(TerminusDurability durable)TargetTarget. setDurable(TerminusDurability durable)
-