Class GrpcContainer


  • @ApplicationScoped
    public class GrpcContainer
    extends Object
    • Field Detail

      • services

        @Inject
        javax.enterprise.inject.Instance<io.grpc.BindableService> services
    • Constructor Detail

      • GrpcContainer

        public GrpcContainer()
    • Method Detail

      • getSortedPerServiceInterceptors

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

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

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