Module swim.runtime
Package swim.runtime

Interface NodeBinding

    • Method Detail

      • setNodeContext

        void setNodeContext​(NodeContext nodeContext)
      • unwrapNode

        <T> T unwrapNode​(Class<T> nodeClass)
      • meshUri

        swim.uri.Uri meshUri()
      • partKey

        swim.structure.Value partKey()
      • hostUri

        swim.uri.Uri hostUri()
      • nodeUri

        swim.uri.Uri nodeUri()
      • agentKey

        swim.structure.Value agentKey()
      • getLanes

        swim.collections.HashTrieMap<swim.uri.Uri,​LaneBinding> getLanes()
      • getLane

        LaneBinding getLane​(swim.uri.Uri laneUri)