- java.lang.Object
-
- swim.actor.ActorAgentRoute
-
- All Implemented Interfaces:
AgentRouteContext
public class ActorAgentRoute extends Object implements AgentRouteContext
-
-
Constructor Summary
Constructors Constructor Description ActorAgentRoute(String routeName, UriPattern pattern)
-
-
-
Constructor Detail
-
ActorAgentRoute
public ActorAgentRoute(String routeName, UriPattern pattern)
-
-
Method Detail
-
routeName
public final String routeName()
- Specified by:
routeName
in interfaceAgentRouteContext
- See Also:
AgentRoute.routeName()
-
pattern
public final UriPattern pattern()
- Specified by:
pattern
in interfaceAgentRouteContext
- See Also:
AgentRoute.pattern()
-
-