Module swim.runtime
Package swim.runtime

Interface MeshContext

    • Method Detail

      • createPart

        PartBinding createPart​(swim.structure.Value partKey)
      • createHost

        HostBinding createHost​(swim.structure.Value partKey,
                               swim.uri.Uri hostUri)
      • injectHost

        HostBinding injectHost​(swim.structure.Value partKey,
                               swim.uri.Uri hostUri,
                               HostBinding host)
      • createNode

        NodeBinding createNode​(swim.structure.Value partKey,
                               swim.uri.Uri hostUri,
                               swim.uri.Uri nodeUri)
      • injectNode

        NodeBinding injectNode​(swim.structure.Value partKey,
                               swim.uri.Uri hostUri,
                               swim.uri.Uri nodeUri,
                               NodeBinding node)
      • injectLane

        LaneBinding injectLane​(swim.structure.Value partKey,
                               swim.uri.Uri hostUri,
                               swim.uri.Uri nodeUri,
                               swim.uri.Uri laneUri,
                               LaneBinding lane)
      • authenticate

        swim.api.policy.PolicyDirective<swim.api.auth.Identity> authenticate​(swim.api.auth.Credentials credentials)