Module swim.api

Interface DownlinkFactory

All Known Subinterfaces:
AgentContext, Client, HostRef, LaneRef, NodeRef, PlaneContext, Space, WarpRef
All Known Implementing Classes:
AbstractAgent, AbstractPlane

public interface DownlinkFactory
  • 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

      <V> HttpDownlink<V> downlinkHttp()
    • downlinkWs

      <I, O> WsDownlink<I,O> downlinkWs()