-
- 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, swim.structure.Value body)voidcommand(swim.uri.Uri laneUri, float prio, swim.structure.Value body)voidcommand(swim.uri.Uri laneUri, swim.structure.Value body)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
-
-
-
-
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)
-
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()
-
-