Interface StateExecutor

  • All Superinterfaces:
    AsyncExecutor<StateRequest<?,​?,​?,​?>>

    @Internal
    public interface StateExecutor
    extends AsyncExecutor<StateRequest<?,​?,​?,​?>>
    Executor for executing batch StateRequests.

    Notice that the owner who create the AsyncExecutor is responsible for shutting down it when it is no longer in use.