-
- All Known Subinterfaces:
AgentContext,ClientContext,HostRef,LaneRef,NodeRef,PlaneContext,SwimRef
- All Known Implementing Classes:
AbstractAgent,AbstractClient
public interface DownlinkFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventDownlink<swim.structure.Value>downlink()<T> HttpDownlink<T>downlinkHttp()ListDownlink<swim.structure.Value>downlinkList()MapDownlink<swim.structure.Value,swim.structure.Value>downlinkMap()ValueDownlink<swim.structure.Value>downlinkValue()
-
-
-
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
<T> HttpDownlink<T> downlinkHttp()
-
-