Helidon WebServer gRPC Support.
-
CollectingObserver.create(Collector<T,A,R> collector,
io.grpc.stub.StreamObserver<U> observer)
Deprecated, for removal: This API element is subject to removal in a future version.
Creates collecting observer from a collector and another observer.
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.
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.