Package io.quarkus.grpc.runtime
Class GrpcContainer
java.lang.Object
io.quarkus.grpc.runtime.GrpcContainer
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ServerInterceptorStorage(package private) jakarta.enterprise.inject.Instance<io.grpc.BindableService> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.enterprise.inject.Instance<io.grpc.BindableService>(package private) List<io.grpc.ServerInterceptor>(package private) List<io.grpc.ServerInterceptor>getSortedPerServiceInterceptors(String serviceClassName)
-
Field Details
-
services
@Inject jakarta.enterprise.inject.Instance<io.grpc.BindableService> services -
interceptorStorage
-
-
Constructor Details
-
GrpcContainer
public GrpcContainer()
-
-
Method Details
-
getSortedPerServiceInterceptors
-
getSortedGlobalInterceptors
List<io.grpc.ServerInterceptor> getSortedGlobalInterceptors() -
getServices
public jakarta.enterprise.inject.Instance<io.grpc.BindableService> getServices()
-