public interface RoutingSupport
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
format(CharSequence sessionId,
CharSequence route)
Formats the specified session identifier and route identifier into a single identifier.
|
Map.Entry<CharSequence,CharSequence> |
parse(CharSequence requestedSessionId)
Parses the routing information from the specified session identifier.
|
Map.Entry<CharSequence,CharSequence> parse(CharSequence requestedSessionId)
requestedSessionId - the requested session identifier.CharSequence format(CharSequence sessionId, CharSequence route)
sessionId - a session identifierroute - a route identifier.Copyright © 2020 JBoss by Red Hat. All rights reserved.