java.lang.Object
swim.dynamic.BridgeGuest
swim.dynamic.api.agent.GuestAgentRoute
- All Implemented Interfaces:
AgentFactory<Agent>,AgentRoute<Agent>,GuestWrapper
-
Field Summary
FieldsFields inherited from class swim.dynamic.BridgeGuest
bridge, guest -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe internal context used to provide concrete implementations to mostAgentRoutemethods.createAgent(AgentContext context) Creates an instance ofAwith internal contextcontext.pattern()TheUriPatternthat everynodeUricorresponding to an instance ofAmust match.Returns a plane-unique identifier for this agent route.voidsetAgentRouteContext(AgentRouteContext context) Updates the internal context used to provide concrete implementations to mostAgentRoutemethods.Methods inherited from class swim.dynamic.BridgeGuest
bridge, unwrap
-
Field Details
-
context
-
-
Constructor Details
-
GuestAgentRoute
-
-
Method Details
-
agentRouteContext
Description copied from interface:AgentRouteThe internal context used to provide concrete implementations to mostAgentRoutemethods.- Specified by:
agentRouteContextin interfaceAgentRoute<Agent>
-
setAgentRouteContext
Description copied from interface:AgentRouteUpdates the internal context used to provide concrete implementations to mostAgentRoutemethods.- Specified by:
setAgentRouteContextin interfaceAgentRoute<Agent>
-
routeName
Description copied from interface:AgentRouteReturns a plane-unique identifier for this agent route.- Specified by:
routeNamein interfaceAgentRoute<Agent>
-
pattern
Description copied from interface:AgentRouteTheUriPatternthat everynodeUricorresponding to an instance ofAmust match.- Specified by:
patternin interfaceAgentRoute<Agent>
-
createAgent
Description copied from interface:AgentFactoryCreates an instance ofAwith internal contextcontext.- Specified by:
createAgentin interfaceAgentFactory<Agent>
-
id
- Specified by:
idin interfaceAgentFactory<Agent>
-
props
- Specified by:
propsin interfaceAgentFactory<Agent>
-