Module swim.api
Package swim.api.ref

Interface LaneRef

All Superinterfaces:
DownlinkFactory

public interface LaneRef extends DownlinkFactory
  • Method Details

    • hostUri

      swim.uri.Uri hostUri()
    • nodeUri

      swim.uri.Uri nodeUri()
    • laneUri

      swim.uri.Uri laneUri()
    • command

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

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

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

      void command(swim.structure.Value body)
    • close

      void close()