Uses of Enum Class
org.apache.activemq.artemis.api.core.RoutingType
-
Uses of RoutingType in org.apache.activemq.artemis.api.core
Subclasses with type arguments of type RoutingType in org.apache.activemq.artemis.api.coreMethods in org.apache.activemq.artemis.api.core that return RoutingTypeModifier and TypeMethodDescriptionQueueAttributes.getRoutingType()Deprecated.QueueConfiguration.getRoutingType()static RoutingTypeRoutingType.getType(byte type) static RoutingTypeRoutingType.getTypeOrDefault(byte type, RoutingType defaultType) static RoutingTypeReturns the enum constant of this class with the specified name.static RoutingType[]RoutingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.activemq.artemis.api.core with parameters of type RoutingTypeModifier and TypeMethodDescriptionstatic RoutingTypeRoutingType.getTypeOrDefault(byte type, RoutingType defaultType) QueueAttributes.setRoutingType(RoutingType routingType) Deprecated.QueueConfiguration.setRoutingType(RoutingType routingType)