Package io.quarkus.grpc.runtime
Class GrpcClientInterceptorContainer
- java.lang.Object
-
- io.quarkus.grpc.runtime.GrpcClientInterceptorContainer
-
@ApplicationScoped public class GrpcClientInterceptorContainer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ClientInterceptorStorageinterceptorStorage
-
Constructor Summary
Constructors Constructor Description GrpcClientInterceptorContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<io.grpc.ClientInterceptor>getSortedGlobalInterceptors()List<io.grpc.ClientInterceptor>getSortedPerServiceInterceptors(Set<String> interceptorClasses)
-
-
-
Field Detail
-
interceptorStorage
@Inject ClientInterceptorStorage interceptorStorage
-
-