Class GrpcInterceptors


  • final class GrpcInterceptors
    extends Object
    • Field Detail

      • MICROMETER_INTERCEPTORS

        static final List<String> MICROMETER_INTERCEPTORS
      • globalInterceptors

        final Set<String> globalInterceptors
      • nonGlobalInterceptors

        final Set<String> nonGlobalInterceptors
    • Constructor Detail

      • GrpcInterceptors

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

      • gatherInterceptors

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