-
- All Superinterfaces:
DownlinkFactory
public interface LaneRef extends DownlinkFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidcommand(float prio, swim.structure.Value body)voidcommand(float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)voidcommand(swim.structure.Value body)voidcommand(swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)swim.uri.UrihostUri()swim.uri.UrilaneUri()swim.uri.UrinodeUri()-
Methods inherited from interface swim.api.downlink.DownlinkFactory
downlink, downlinkHttp, downlinkList, downlinkMap, downlinkValue, downlinkWs
-
-
-
-
Method Detail
-
hostUri
swim.uri.Uri hostUri()
-
nodeUri
swim.uri.Uri nodeUri()
-
laneUri
swim.uri.Uri laneUri()
-
command
void command(float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)
-
command
void command(swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)
-
command
void command(float prio, swim.structure.Value body)
-
command
void command(swim.structure.Value body)
-
close
void close()
-
-