-
- All Superinterfaces:
DownlinkFactory
- All Known Implementing Classes:
HostScope
public interface HostRef extends DownlinkFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidcommand(String nodeUri, String laneUri, float prio, Value body)voidcommand(String nodeUri, String laneUri, float prio, Value body, Cont<CommandMessage> cont)voidcommand(String nodeUri, String laneUri, Value body)voidcommand(String nodeUri, String laneUri, Value body, Cont<CommandMessage> cont)voidcommand(Uri nodeUri, Uri laneUri, float prio, Value body)voidcommand(Uri nodeUri, Uri laneUri, float prio, Value body, Cont<CommandMessage> cont)voidcommand(Uri nodeUri, Uri laneUri, Value body)voidcommand(Uri nodeUri, Uri laneUri, Value body, Cont<CommandMessage> cont)UrihostUri()LaneReflaneRef(String nodeUri, String laneUri)LaneReflaneRef(Uri nodeUri, Uri laneUri)NodeRefnodeRef(String nodeUri)NodeRefnodeRef(Uri nodeUri)-
Methods inherited from interface swim.api.downlink.DownlinkFactory
downlink, downlinkHttp, downlinkList, downlinkMap, downlinkValue, downlinkWs
-
-
-
-
Method Detail
-
hostUri
Uri hostUri()
-
command
void command(Uri nodeUri, Uri laneUri, float prio, Value body, Cont<CommandMessage> cont)
-
command
void command(String nodeUri, String laneUri, float prio, Value body, Cont<CommandMessage> cont)
-
command
void command(Uri nodeUri, Uri laneUri, Value body, Cont<CommandMessage> cont)
-
command
void command(String nodeUri, String laneUri, Value body, Cont<CommandMessage> cont)
-
close
void close()
-
-