Package | Description |
---|---|
org.apache.qpid.server.exchange.topic |
Modifier and Type | Class and Description |
---|---|
class |
TopicExchangeResult |
Modifier and Type | Method and Description |
---|---|
Collection<TopicMatcherResult> |
TopicParser.parse(String routingKey) |
Collection<TopicMatcherResult> |
TopicMatcherDFAState.parse(TopicWordDictionary dictionary,
String routingKey) |
Collection<TopicMatcherResult> |
TopicMatcherDFAState.terminate() |
Modifier and Type | Method and Description |
---|---|
void |
TopicParser.addBinding(String bindingKey,
TopicMatcherResult result) |
Constructor and Description |
---|
TopicMatcherDFAState(Map<TopicWord,TopicMatcherDFAState> nextStateMap,
Collection<TopicMatcherResult> results) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.