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