-
- All Superinterfaces:
DownlinkFactory
- All Known Implementing Classes:
NodeScope
public interface NodeRef extends DownlinkFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
command(String laneUri, float prio, Value body)
void
command(String laneUri, float prio, Value body, Cont<CommandMessage> cont)
void
command(String laneUri, Value body)
void
command(String laneUri, Value body, Cont<CommandMessage> cont)
void
command(Uri laneUri, float prio, Value body)
void
command(Uri laneUri, float prio, Value body, Cont<CommandMessage> cont)
void
command(Uri laneUri, Value body)
void
command(Uri laneUri, Value body, Cont<CommandMessage> cont)
Uri
hostUri()
LaneRef
laneRef(String laneUri)
LaneRef
laneRef(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()
-
command
void command(Uri laneUri, float prio, Value body, Cont<CommandMessage> cont)
-
command
void command(String laneUri, float prio, Value body, Cont<CommandMessage> cont)
-
command
void command(Uri laneUri, Value body, Cont<CommandMessage> cont)
-
command
void command(String laneUri, Value body, Cont<CommandMessage> cont)
-
close
void close()
-
-