Package io.servicetalk.grpc.api
Interface GrpcExecutionContext
-
- All Superinterfaces:
ExecutionContext,HttpExecutionContext
public interface GrpcExecutionContext extends HttpExecutionContext
An extension ofExecutionContextfor gRPC.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GrpcExecutionStrategyexecutionStrategy()Returns theGrpcExecutionStrategyassociated with this context.-
Methods inherited from interface io.servicetalk.transport.api.ExecutionContext
bufferAllocator, executor, ioExecutor
-
-
-
-
Method Detail
-
executionStrategy
GrpcExecutionStrategy executionStrategy()
Returns theGrpcExecutionStrategyassociated with this context.- Specified by:
executionStrategyin interfaceExecutionContext- Specified by:
executionStrategyin interfaceHttpExecutionContext- Returns:
- The
GrpcExecutionStrategyassociated with this context.
-
-