-
- All Known Subinterfaces:
AgentContext,Client,HostRef,LaneRef,NodeRef,PlaneContext,Space,SwimRef
- All Known Implementing Classes:
AbstractAgent,AbstractPlane
public interface DownlinkFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventDownlink<swim.structure.Value>downlink()<V> HttpDownlink<V>downlinkHttp()ListDownlink<swim.structure.Value>downlinkList()MapDownlink<swim.structure.Value,swim.structure.Value>downlinkMap()ValueDownlink<swim.structure.Value>downlinkValue()<I,O>
WsDownlink<I,O>downlinkWs()
-
-
-
Method Detail
-
downlink
EventDownlink<swim.structure.Value> downlink()
-
downlinkList
ListDownlink<swim.structure.Value> downlinkList()
-
downlinkMap
MapDownlink<swim.structure.Value,swim.structure.Value> downlinkMap()
-
downlinkValue
ValueDownlink<swim.structure.Value> downlinkValue()
-
downlinkHttp
<V> HttpDownlink<V> downlinkHttp()
-
downlinkWs
<I,O> WsDownlink<I,O> downlinkWs()
-
-