-
- All Superinterfaces:
DownlinkFactory
- All Known Implementing Classes:
LaneScope
public interface LaneRef extends DownlinkFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
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)
Uri
hostUri()
Uri
laneUri()
Uri
nodeUri()
-
Methods inherited from interface swim.api.downlink.DownlinkFactory
downlink, downlinkHttp, downlinkList, downlinkMap, downlinkValue, downlinkWs
-
-
-
-
Method Detail
-
hostUri
Uri hostUri()
-
nodeUri
Uri nodeUri()
-
laneUri
Uri laneUri()
-
command
void command(float prio, Value body, Cont<CommandMessage> cont)
-
command
void command(Value body, Cont<CommandMessage> cont)
-
command
void command(float prio, Value body)
-
command
void command(Value body)
-
close
void close()
-
-