- java.lang.Object
-
- swim.system.scope.Scope
-
- swim.system.scope.LaneScope
-
- All Implemented Interfaces:
DownlinkFactory
,LaneRef
,CellContext
,Log
public class LaneScope extends Scope implements LaneRef
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
command(float prio, Value body)
void
command(float prio, Value body, Cont<CommandMessage> cont)
void
command(Value body)
void
command(Value body, Cont<CommandMessage> cont)
EventDownlink<Value>
downlink()
<V> HttpDownlink<V>
downlinkHttp()
ListDownlink<Value>
downlinkList()
MapDownlink<Value,Value>
downlinkMap()
ValueDownlink<Value>
downlinkValue()
<I,O>
WsDownlink<I,O>downlinkWs()
Uri
hostUri()
Uri
laneUri()
Uri
meshUri()
Uri
nodeUri()
-
Methods inherited from class swim.system.scope.Scope
bindDownlink, cellAddress, cellContext, close, closeDownlink, debug, edgeName, error, fail, info, openDownlink, openMetaDownlink, policy, pushDown, reportDown, schedule, stage, store, trace, warn
-
-
-
-
Method Detail
-
meshUri
public final Uri meshUri()
- Specified by:
meshUri
in interfaceCellContext
-
downlink
public EventDownlink<Value> downlink()
- Specified by:
downlink
in interfaceDownlinkFactory
-
downlinkList
public ListDownlink<Value> downlinkList()
- Specified by:
downlinkList
in interfaceDownlinkFactory
-
downlinkMap
public MapDownlink<Value,Value> downlinkMap()
- Specified by:
downlinkMap
in interfaceDownlinkFactory
-
downlinkValue
public ValueDownlink<Value> downlinkValue()
- Specified by:
downlinkValue
in interfaceDownlinkFactory
-
downlinkHttp
public <V> HttpDownlink<V> downlinkHttp()
- Specified by:
downlinkHttp
in interfaceDownlinkFactory
-
downlinkWs
public <I,O> WsDownlink<I,O> downlinkWs()
- Specified by:
downlinkWs
in interfaceDownlinkFactory
-
command
public void command(float prio, Value body, Cont<CommandMessage> cont)
-
command
public void command(Value body, Cont<CommandMessage> cont)
-
-