- java.lang.Object
-
- swim.actor.ActorAgentRoute
-
- All Implemented Interfaces:
swim.api.agent.AgentRouteContext
public class ActorAgentRoute extends Object implements swim.api.agent.AgentRouteContext
-
-
Constructor Summary
Constructors Constructor Description ActorAgentRoute(String routeName, swim.uri.UriPattern pattern)
-
-
-
Constructor Detail
-
ActorAgentRoute
public ActorAgentRoute(String routeName, swim.uri.UriPattern pattern)
-
-
Method Detail
-
routeName
public final String routeName()
- Specified by:
routeNamein interfaceswim.api.agent.AgentRouteContext
-
pattern
public final swim.uri.UriPattern pattern()
- Specified by:
patternin interfaceswim.api.agent.AgentRouteContext
-
-