Uses of Class
io.quarkus.grpc.auth.AuthExceptionHandler
Packages that use AuthExceptionHandler
-
Uses of AuthExceptionHandler in io.quarkus.grpc.auth
Methods in io.quarkus.grpc.auth that return AuthExceptionHandlerModifier and TypeMethodDescription<ReqT,RespT>
AuthExceptionHandler<ReqT,RespT> AuthExceptionHandlerProvider.createHandler(io.grpc.ServerCall.Listener<ReqT> listener, io.grpc.ServerCall<ReqT, RespT> serverCall, io.grpc.Metadata metadata) <ReqT,RespT>
AuthExceptionHandler<ReqT,RespT> DefaultAuthExceptionHandlerProvider.createHandler(io.grpc.ServerCall.Listener<ReqT> listener, io.grpc.ServerCall<ReqT, RespT> serverCall, io.grpc.Metadata metadata)