Class KeyResolver
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.routing.KeyResolver
-
public class KeyResolver extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringNULL_KEY_VALUE
-
Constructor Summary
Constructors Constructor Description KeyResolver(KeyType key, String keyFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyTypegetKey()StringgetKeyFilter()Stringresolve(Connection connection, String clientID, String username)voidsetKeyFilter(String regExp)
-
-
-
Field Detail
-
NULL_KEY_VALUE
public static final String NULL_KEY_VALUE
- See Also:
- Constant Field Values
-
-