Uses of Class
io.quarkus.grpc.ExceptionHandler
-
-
Uses of ExceptionHandler in io.quarkus.grpc
Methods in io.quarkus.grpc that return ExceptionHandler Modifier and Type Method Description <ReqT,RespT>
ExceptionHandler<ReqT,RespT>ExceptionHandlerProvider. createHandler(io.grpc.ServerCall.Listener<ReqT> listener, io.grpc.ServerCall<ReqT,RespT> serverCall, io.grpc.Metadata metadata)
-