Uses of Class
io.helidon.webserver.grpc.CollectingObserver
Packages that use CollectingObserver
-
Uses of CollectingObserver in io.helidon.webserver.grpc
Methods in io.helidon.webserver.grpc that return CollectingObserverModifier and TypeMethodDescriptionstatic <T,
V, U, A, R>
CollectingObserver<T, V, U, A, R> Deprecated, for removal: This API element is subject to removal in a future version.Creates collecting observer from a collector and another observer.static <T,
V, U, A, R>
CollectingObserver<T, V, U, A, R> CollectingObserver.create
(Collector<T, A, R> collector, io.grpc.stub.StreamObserver<U> observer, Consumer<Throwable> errorHandler) Deprecated, for removal: This API element is subject to removal in a future version.Creates collecting observer from a collector, another observer and an error handler.static <T,
V, U, A, R>
CollectingObserver<T, V, U, A, R> CollectingObserver.create
(Collector<T, A, R> collector, io.grpc.stub.StreamObserver<U> observer, Function<V, T> requestConverter, Function<R, U> responseConverter) Deprecated, for removal: This API element is subject to removal in a future version.Creates collecting observer from a collector, another observer and converters.