-
- All Superinterfaces:
CellContext,swim.util.Log,swim.store.StoreContext,TierContext
public interface LaneContext extends TierContext, CellContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description swim.structure.ValueagentKey()swim.uri.UrihostUri()swim.api.auth.Identityidentity()swim.uri.UrilaneUri()swim.uri.UrimeshUri()swim.uri.UrinodeUri()swim.structure.ValuepartKey()-
Methods inherited from interface swim.runtime.CellContext
bindDownlink, closeDownlink, data, httpDownlink, openDownlink, policy, pushDown, schedule, stage
-
-
-
-
Method Detail
-
meshUri
swim.uri.Uri meshUri()
- Specified by:
meshUriin interfaceCellContext
-
partKey
swim.structure.Value partKey()
-
hostUri
swim.uri.Uri hostUri()
-
nodeUri
swim.uri.Uri nodeUri()
-
laneUri
swim.uri.Uri laneUri()
-
agentKey
swim.structure.Value agentKey()
-
identity
swim.api.auth.Identity identity()
-
-