Package io.quarkus.grpc.runtime
Class GrpcContainer
- java.lang.Object
-
- io.quarkus.grpc.runtime.GrpcContainer
-
@ApplicationScoped public class GrpcContainer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ServerInterceptorStorageinterceptorStorage(package private) jakarta.enterprise.inject.Instance<io.grpc.BindableService>services
-
Constructor Summary
Constructors Constructor Description GrpcContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.enterprise.inject.Instance<io.grpc.BindableService>getServices()(package private) List<io.grpc.ServerInterceptor>getSortedGlobalInterceptors()(package private) List<io.grpc.ServerInterceptor>getSortedPerServiceInterceptors(String serviceClassName)
-
-
-
Field Detail
-
services
@Inject jakarta.enterprise.inject.Instance<io.grpc.BindableService> services
-
interceptorStorage
@Inject ServerInterceptorStorage interceptorStorage
-
-
Method Detail
-
getSortedPerServiceInterceptors
List<io.grpc.ServerInterceptor> getSortedPerServiceInterceptors(String serviceClassName)
-
getSortedGlobalInterceptors
List<io.grpc.ServerInterceptor> getSortedGlobalInterceptors()
-
getServices
public jakarta.enterprise.inject.Instance<io.grpc.BindableService> getServices()
-
-