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) javax.enterprise.inject.Instance<io.grpc.ClientInterceptor>interceptors
-
Constructor Summary
Constructors Constructor Description GrpcClientInterceptorContainer()
-
-
-
Method Detail
-
getSortedInterceptors
public List<io.grpc.ClientInterceptor> getSortedInterceptors()
-
-