AbstractMethodMessageHandler.getLookupDestination

Check whether the given destination (of an incoming message) matches to one of the configured destination prefixes and if so return the remaining portion of the destination after the matched prefix. <p>If there are no matching prefixes, return {@code null}. <p>If there are no destination prefixes, return the destination as is.

class AbstractMethodMessageHandler(T)
protected
string
getLookupDestination
()

Meta