- All Known Subinterfaces:
AgentContext,Client,HostRef,LaneRef,NodeRef,PlaneContext,Space,WarpRef
- All Known Implementing Classes:
AbstractAgent,AbstractPlane
public interface DownlinkFactory
-
Method Summary
Modifier and TypeMethodDescriptionEventDownlink<swim.structure.Value>downlink()<V> HttpDownlink<V>ListDownlink<swim.structure.Value>MapDownlink<swim.structure.Value,swim.structure.Value> ValueDownlink<swim.structure.Value><I,O> WsDownlink<I, O>
-
Method Details
-
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
-
downlinkWs
-