Class ExecutionContextBuilder<ES extends ExecutionStrategy>

java.lang.Object
io.servicetalk.transport.netty.internal.ExecutionContextBuilder<ES>
Type Parameters:
ES - The type of execution strategy for the resulting context

public class ExecutionContextBuilder<ES extends ExecutionStrategy> extends Object
A builder of ExecutionContext. If any of the components of ExecutionContext is not provided, then the corresponding component from GlobalExecutionContext will be chosen. If none of the components are provided then GlobalExecutionContext.globalExecutionContext() will be returned.