Class GrpcContainer

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

@ApplicationScoped public class GrpcContainer extends Object
  • Field Details

    • services

      @Inject jakarta.enterprise.inject.Instance<io.grpc.BindableService> services
    • interceptorStorage

      @Inject ServerInterceptorStorage interceptorStorage
  • Constructor Details

    • GrpcContainer

      public GrpcContainer()
  • Method Details

    • getSortedPerServiceInterceptors

      List<io.grpc.ServerInterceptor> getSortedPerServiceInterceptors(String serviceClassName)
    • getSortedGlobalInterceptors

      List<io.grpc.ServerInterceptor> getSortedGlobalInterceptors()
    • getServices

      public jakarta.enterprise.inject.Instance<io.grpc.BindableService> getServices()