Module swim.runtime
Package swim.runtime

Interface CellContext

    • Method Detail

      • meshUri

        swim.uri.Uri meshUri()
      • policy

        swim.api.policy.Policy policy()
      • schedule

        swim.concurrent.Schedule schedule()
      • stage

        swim.concurrent.Stage stage()
      • store

        swim.store.StoreBinding store()
      • bindDownlink

        LinkBinding bindDownlink​(swim.api.Downlink downlink)
      • openDownlink

        void openDownlink​(LinkBinding link)
      • closeDownlink

        void closeDownlink​(LinkBinding link)
      • pushDown

        void pushDown​(Push<?> push)
      • reportDown

        void reportDown​(Metric metric)