Module swim.api
Package swim.api.ref

Interface NodeRef

    • Method Detail

      • hostUri

        swim.uri.Uri hostUri()
      • nodeUri

        swim.uri.Uri nodeUri()
      • laneRef

        LaneRef laneRef​(swim.uri.Uri laneUri)
      • 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()