Package com.linecorp.armeria.server.grpc
@NonNullByDefault
package com.linecorp.armeria.server.grpc
Allows an Armeria server to host a gRPC API using the gRPC wire protocol.
-
ClassDescriptionAn implementation of
HealthImplBasethat determines the healthiness of aServerand the healthiness of each gRPC service.Builds aGrpcHealthCheckService.AnHttpServicethat implements the gRPC wire protocol.Constructs aGrpcServiceto serve gRPC services from within Armeria.Error handler which maps a gRPC response to anHttpResponse.