Class GrpcClientInterceptorContainer

java.lang.Object
io.quarkus.grpc.runtime.GrpcClientInterceptorContainer

@ApplicationScoped public class GrpcClientInterceptorContainer extends Object
  • Field Details

  • Constructor Details

    • GrpcClientInterceptorContainer

      public GrpcClientInterceptorContainer()
  • Method Details

    • getSortedPerServiceInterceptors

      public List<io.grpc.ClientInterceptor> getSortedPerServiceInterceptors(Set<String> interceptorClasses)
    • getSortedGlobalInterceptors

      public List<io.grpc.ClientInterceptor> getSortedGlobalInterceptors()