Uses of Class
io.quarkus.grpc.auth.AuthExceptionHandler
-
Packages that use AuthExceptionHandler Package Description io.quarkus.grpc.auth -
-
Uses of AuthExceptionHandler in io.quarkus.grpc.auth
Methods in io.quarkus.grpc.auth that return AuthExceptionHandler Modifier and Type Method Description <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)
-