Uses of Enum 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 RoutingTypeModifier and TypeMethodDescriptionQueueAttributes.getRoutingType()Deprecated.QueueConfiguration.getRoutingType()static RoutingTypeRoutingType.getType(byte type) 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 TypeMethodDescriptionQueueAttributes.setRoutingType(RoutingType routingType) Deprecated.QueueConfiguration.setRoutingType(RoutingType routingType)