Module swim.api
Package swim.api.ref

Interface NodeRef

All Superinterfaces:
DownlinkFactory

public interface NodeRef extends DownlinkFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    command(String laneUri, float prio, swim.structure.Value body)
     
    void
    command(String laneUri, float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)
     
    void
    command(String laneUri, swim.structure.Value body)
     
    void
    command(String laneUri, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)
     
    void
    command(swim.uri.Uri laneUri, float prio, swim.structure.Value body)
     
    void
    command(swim.uri.Uri laneUri, float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)
     
    void
    command(swim.uri.Uri laneUri, swim.structure.Value body)
     
    void
    command(swim.uri.Uri laneUri, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)
     
    swim.uri.Uri
     
    laneRef(String laneUri)
     
    laneRef(swim.uri.Uri laneUri)
     
    swim.uri.Uri
     

    Methods inherited from interface swim.api.downlink.DownlinkFactory

    downlink, downlinkHttp, downlinkList, downlinkMap, downlinkValue, downlinkWs
  • Method Details

    • hostUri

      swim.uri.Uri hostUri()
    • nodeUri

      swim.uri.Uri nodeUri()
    • laneRef

      LaneRef laneRef(swim.uri.Uri laneUri)
    • laneRef

      LaneRef laneRef(String laneUri)
    • command

      void command(swim.uri.Uri laneUri, float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)
    • command

      void command(String laneUri, float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)
    • command

      void command(swim.uri.Uri laneUri, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)
    • command

      void command(String laneUri, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)
    • command

      void command(swim.uri.Uri laneUri, float prio, swim.structure.Value body)
    • command

      void command(String laneUri, float prio, swim.structure.Value body)
    • command

      void command(swim.uri.Uri laneUri, swim.structure.Value body)
    • command

      void command(String laneUri, swim.structure.Value body)
    • close

      void close()