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