Uses of Class
org.apache.activemq.artemis.core.postoffice.BindingType
-
Packages that use BindingType Package Description org.apache.activemq.artemis.core.postoffice org.apache.activemq.artemis.core.postoffice.impl org.apache.activemq.artemis.core.server.cluster.impl -
-
Uses of BindingType in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice that return BindingType Modifier and Type Method Description BindingTypeBinding. getType()static BindingTypeBindingType. valueOf(String name)Returns the enum constant of this type with the specified name.static BindingType[]BindingType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BindingType in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl that return BindingType Modifier and Type Method Description BindingTypeDivertBinding. getType()BindingTypeLocalQueueBinding. getType() -
Uses of BindingType in org.apache.activemq.artemis.core.server.cluster.impl
Methods in org.apache.activemq.artemis.core.server.cluster.impl that return BindingType Modifier and Type Method Description BindingTypeRemoteQueueBindingImpl. getType()
-