Module swim.api

Interface AgentRoute<A extends Agent>

    • Method Detail

      • agentRouteContext

        AgentRouteContext agentRouteContext()
        The internal context used to provide concrete implementations to most AgentRoute methods.
      • setAgentRouteContext

        void setAgentRouteContext​(AgentRouteContext context)
        Updates the internal context used to provide concrete implementations to most AgentRoute methods.
      • routeName

        String routeName()
        Returns a plane-unique identifier for this agent route.
      • pattern

        UriPattern pattern()
        The UriPattern that every nodeUri corresponding to an instance of A must match.