Uses of Class
org.apache.activemq.artemis.api.core.RoutingType
-
-
Uses of RoutingType in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core that return RoutingType Modifier and Type Method Description RoutingTypeQueueAttributes. getRoutingType()Deprecated.RoutingTypeQueueConfiguration. getRoutingType()static RoutingTypeRoutingType. getType(byte type)static RoutingTypeRoutingType. valueOf(String name)Returns the enum constant of this type with the specified name.static RoutingType[]RoutingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.artemis.api.core with parameters of type RoutingType Modifier and Type Method Description QueueAttributesQueueAttributes. setRoutingType(RoutingType routingType)Deprecated.QueueConfigurationQueueConfiguration. setRoutingType(RoutingType routingType)
-