- java.lang.Object
-
- swim.runtime.scope.Scope
-
- swim.runtime.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 voidcommand(float prio, Value body)voidcommand(float prio, Value body, Cont<CommandMessage> cont)voidcommand(Value body)voidcommand(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()UrihostUri()UrilaneUri()UrimeshUri()UrinodeUri()-
Methods inherited from class swim.runtime.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:
meshUriin interfaceCellContext
-
downlink
public EventDownlink<Value> downlink()
- Specified by:
downlinkin interfaceDownlinkFactory
-
downlinkList
public ListDownlink<Value> downlinkList()
- Specified by:
downlinkListin interfaceDownlinkFactory
-
downlinkMap
public MapDownlink<Value,Value> downlinkMap()
- Specified by:
downlinkMapin interfaceDownlinkFactory
-
downlinkValue
public ValueDownlink<Value> downlinkValue()
- Specified by:
downlinkValuein interfaceDownlinkFactory
-
downlinkHttp
public <V> HttpDownlink<V> downlinkHttp()
- Specified by:
downlinkHttpin interfaceDownlinkFactory
-
downlinkWs
public <I,O> WsDownlink<I,O> downlinkWs()
- Specified by:
downlinkWsin interfaceDownlinkFactory
-
command
public void command(float prio, Value body, Cont<CommandMessage> cont)
-
command
public void command(Value body, Cont<CommandMessage> cont)
-
-