Interface ExecutionContext


public interface ExecutionContext
Temporary interface to be able to test the leader based replication in the simulator, which implements fakes objects. It gives access to the changelog and the data state of the replica.
  • Field Details

    • EMPTY_EXECUTION_CONTEXT

      static final ExecutionContext EMPTY_EXECUTION_CONTEXT
      An empty execution context.
  • Method Details