Interface ExecutionCoordinator.Builder<C>

Type Parameters:
C - command sender type
Enclosing interface:
ExecutionCoordinator<C>

@API(status=STABLE) public static interface ExecutionCoordinator.Builder<C>
Builder for ExecutionCoordinator.

Any executors left unset will default to a non-scheduling executor that executes tasks immediately on the calling thread (meaning it will not redirect execution to another thread context, it will continue in the current one).