Module swim.store
Package swim.store

Interface StoreBinding

All Superinterfaces:
swim.api.store.Store
All Known Implementing Classes:
StoreProxy

public interface StoreBinding extends swim.api.store.Store
  • Method Details

    • storeContext

      StoreContext storeContext()
    • setStoreContext

      void setStoreContext(StoreContext storeContext)
    • dataBindings

      Iterator<DataBinding> dataBindings()
    • closeData

      void closeData(swim.structure.Value name)
    • close

      void close()