Class GrpcValidation

java.lang.Object
io.helidon.webserver.grpc.validation.GrpcValidation
All Implemented Interfaces:
io.grpc.ServerInterceptor, NamedService, GrpcServerService

public final class GrpcValidation extends Object implements io.grpc.ServerInterceptor, GrpcServerService
gRPC validation support.

Maps ValidationException thrown while handling a gRPC call to Status.INVALID_ARGUMENT.