Interface DelegatingStateBackend

All Superinterfaces:
Serializable, StateBackend

@Internal public interface DelegatingStateBackend extends StateBackend
An interface to delegate state backend.

As its name, it should include a state backend to delegate.

  • Method Details