Package io.servicetalk.grpc.api
Interface GrpcService
- All Superinterfaces:
AsyncCloseable
- All Known Subinterfaces:
Health.CheckRpc
,Health.HealthService
,Health.WatchRpc
- All Known Implementing Classes:
DefaultHealthService
A gRPC service.
-
Method Summary
Methods inherited from interface io.servicetalk.concurrent.api.AsyncCloseable
closeAsyncGracefully
-
Method Details
-
closeAsync
Description copied from interface:AsyncCloseable
Used to close/shutdown a resource.- Specified by:
closeAsync
in interfaceAsyncCloseable
- Returns:
- A
Completable
that is notified once the close is complete.
-