Uses of Class
org.apache.activemq.artemis.core.server.routing.KeyType
-
Packages that use KeyType Package Description org.apache.activemq.artemis.core.config.routing org.apache.activemq.artemis.core.server.routing -
-
Uses of KeyType in org.apache.activemq.artemis.core.config.routing
Methods in org.apache.activemq.artemis.core.config.routing that return KeyType Modifier and Type Method Description KeyTypeConnectionRouterConfiguration. getKeyType()Methods in org.apache.activemq.artemis.core.config.routing with parameters of type KeyType Modifier and Type Method Description ConnectionRouterConfigurationConnectionRouterConfiguration. setKeyType(KeyType keyType) -
Uses of KeyType in org.apache.activemq.artemis.core.server.routing
Methods in org.apache.activemq.artemis.core.server.routing that return KeyType Modifier and Type Method Description KeyTypeConnectionRouter. getKey()KeyTypeKeyResolver. getKey()static KeyTypeKeyType. getType(String type)static KeyTypeKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyType[]KeyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.activemq.artemis.core.server.routing with parameters of type KeyType Constructor Description ConnectionRouter(String name, KeyType keyType, String targetKeyFilter, Target localTarget, String localTargetFilter, Cache cache, Pool pool, Policy policy)KeyResolver(KeyType key, String keyFilter)
-