Interface ExecutionContext<ES extends ExecutionStrategy>

Type Parameters:
ES - The type of Execution Strategy used.
All Known Subinterfaces:
GrpcExecutionContext, HttpExecutionContext
All Known Implementing Classes:
DefaultExecutionContext, DefaultHttpExecutionContext, DelegatingExecutionContext, DelegatingHttpExecutionContext

public interface ExecutionContext<ES extends ExecutionStrategy>
Context related to execution and allocation.