Class GrpcInterceptors

java.lang.Object
io.quarkus.grpc.deployment.GrpcInterceptors

final class GrpcInterceptors extends Object
  • Field Details

    • MICROMETER_INTERCEPTORS

      static final List<String> MICROMETER_INTERCEPTORS
    • globalInterceptors

      final Set<String> globalInterceptors
    • nonGlobalInterceptors

      final Set<String> nonGlobalInterceptors
  • Constructor Details

    • GrpcInterceptors

      GrpcInterceptors(Set<String> globalInterceptors, Set<String> nonGlobalInterceptors)
  • Method Details

    • gatherInterceptors

      static GrpcInterceptors gatherInterceptors(org.jboss.jandex.IndexView index, org.jboss.jandex.DotName interceptorInterface)