Package io.quarkus.grpc.deployment
Class GrpcInterceptors
- java.lang.Object
-
- io.quarkus.grpc.deployment.GrpcInterceptors
-
final class GrpcInterceptors extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Set<String>globalInterceptors(package private) static List<String>MICROMETER_INTERCEPTORS(package private) Set<String>nonGlobalInterceptors
-
Constructor Summary
Constructors Constructor Description GrpcInterceptors(Set<String> globalInterceptors, Set<String> nonGlobalInterceptors)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static GrpcInterceptorsgatherInterceptors(org.jboss.jandex.IndexView index, org.jboss.jandex.DotName interceptorInterface)
-
-
-
Method Detail
-
gatherInterceptors
static GrpcInterceptors gatherInterceptors(org.jboss.jandex.IndexView index, org.jboss.jandex.DotName interceptorInterface)
-
-