Uses of Class
io.helidon.grpc.core.CollectingObserver
Packages that use CollectingObserver
-
Uses of CollectingObserver in io.helidon.grpc.core
Methods in io.helidon.grpc.core that return CollectingObserverModifier and TypeMethodDescriptionstatic <T,
V, U, A, R>
CollectingObserver<T, V, U, A, R> 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) 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) Creates collecting observer from a collector, another observer and converters.