Interface RouteLocator
-
public interface RouteLocatorLocates the route appropriate for a given session identifier.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringlocate(String sessionId)Returns the route identifier most appropriate for the specified session identifier.
-