-
- All Superinterfaces:
DownlinkFactory
public interface NodeRef extends DownlinkFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidcommand(String laneUri, float prio, swim.structure.Value body)voidcommand(String laneUri, float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)voidcommand(String laneUri, swim.structure.Value body)voidcommand(String laneUri, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)voidcommand(swim.uri.Uri laneUri, float prio, swim.structure.Value body)voidcommand(swim.uri.Uri laneUri, float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)voidcommand(swim.uri.Uri laneUri, swim.structure.Value body)voidcommand(swim.uri.Uri laneUri, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)swim.uri.UrihostUri()LaneReflaneRef(String laneUri)LaneReflaneRef(swim.uri.Uri laneUri)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()
-
laneRef
LaneRef laneRef(swim.uri.Uri laneUri)
-
command
void command(swim.uri.Uri laneUri, float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)
-
command
void command(String laneUri, float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)
-
command
void command(swim.uri.Uri laneUri, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)
-
command
void command(String laneUri, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)
-
command
void command(swim.uri.Uri laneUri, float prio, swim.structure.Value body)
-
command
void command(String laneUri, float prio, swim.structure.Value body)
-
command
void command(swim.uri.Uri laneUri, swim.structure.Value body)
-
command
void command(String laneUri, swim.structure.Value body)
-
close
void close()
-
-