-
- All Known Implementing Classes:
ActorAgentRoute
public interface AgentRouteContext
Internal context that provides concrete implementations for mostAgentRoute
methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UriPattern
pattern()
String
routeName()
-
-
-
Method Detail
-
routeName
String routeName()
- See Also:
AgentRoute.routeName()
-
pattern
UriPattern pattern()
- See Also:
AgentRoute.pattern()
-
-