Class DelegatingExecutionContext<ES extends ExecutionStrategy>

java.lang.Object
io.servicetalk.transport.api.DelegatingExecutionContext<ES>
Type Parameters:
ES - type of the execution strategy used.
All Implemented Interfaces:
ExecutionContext<ES>

public class DelegatingExecutionContext<ES extends ExecutionStrategy> extends Object implements ExecutionContext<ES>
An ExecutionContext implementation that delegates all calls to a provided ExecutionContext. Any of the methods can be overridden by implementations to change the behavior.