Uses of Class
io.quarkus.grpc.runtime.ServerInterceptorStorage
-
Packages that use ServerInterceptorStorage Package Description io.quarkus.grpc.runtime -
-
Uses of ServerInterceptorStorage in io.quarkus.grpc.runtime
Fields in io.quarkus.grpc.runtime declared as ServerInterceptorStorage Modifier and Type Field Description (package private) ServerInterceptorStorageGrpcContainer. interceptorStorageMethods in io.quarkus.grpc.runtime that return types with arguments of type ServerInterceptorStorage Modifier and Type Method Description RuntimeValue<ServerInterceptorStorage>GrpcServerRecorder. initServerInterceptorStorage(Map<String,Set<Class<?>>> perServiceInterceptors, Set<Class<?>> globalInterceptors)
-