Package io.servicetalk.grpc.api
Interface GrpcServerContext
- All Superinterfaces:
AsyncCloseable
,AutoCloseable
,GracefulAutoCloseable
,ListenableAsyncCloseable
,ServerContext
,ServerListenContext
Context of a gRPC server.
-
Method Summary
Methods inherited from interface io.servicetalk.concurrent.api.AsyncCloseable
closeAsync, closeAsyncGracefully
Methods inherited from interface io.servicetalk.concurrent.api.ListenableAsyncCloseable
onClose, onClosing
Methods inherited from interface io.servicetalk.transport.api.ServerContext
awaitShutdown, close, closeGracefully, listenAddress
Methods inherited from interface io.servicetalk.transport.api.ServerListenContext
acceptConnections
-
Method Details
-
executionContext
GrpcExecutionContext executionContext()Description copied from interface:ServerContext
ReturnsExecutionContext
used by this server.- Specified by:
executionContext
in interfaceServerContext
- Returns:
ExecutionContext
used by this server.
-