Uses of Class
org.apache.qpid.protonj2.client.DistributionMode
-
Packages that use DistributionMode Package Description org.apache.qpid.protonj2.client -
-
Uses of DistributionMode in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return DistributionMode Modifier and Type Method Description DistributionMode
Source. distributionMode()
DistributionMode
SourceOptions. distributionMode()
static DistributionMode
DistributionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static DistributionMode[]
DistributionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.qpid.protonj2.client with parameters of type DistributionMode Modifier and Type Method Description SourceOptions
SourceOptions. distributionMode(DistributionMode distributionMode)
-