Interface OwnedTaskLocalStateStore

All Superinterfaces:
TaskLocalStateStore
All Known Implementing Classes:
ChangelogTaskLocalStateStore, NoOpTaskLocalStateStoreImpl, TaskLocalStateStoreImpl

@Internal public interface OwnedTaskLocalStateStore extends TaskLocalStateStore
This interface represents the administrative interface to TaskLocalStateStore, that only the owner of the object should see. All clients that want to use the service should only see the TaskLocalStateStore interface.
  • Method Details

    • dispose

      Disposes the task local state store. Disposal can happen asynchronously and completion is signaled through the returned future.