Uses of Class
org.apache.camel.component.grpc.server.GrpcRequestAbstractStreamObserver
Packages that use GrpcRequestAbstractStreamObserver
-
Uses of GrpcRequestAbstractStreamObserver in org.apache.camel.component.grpc.server
Subclasses of GrpcRequestAbstractStreamObserver in org.apache.camel.component.grpc.serverModifier and TypeClassDescriptionclass
gRPC request stream observer which is collecting received objects every onNext() call into the list and processing them in onCompleted()class
class
This is the default consumer strategy for client-streaming and bi-directional streaming gRPC calls. gRPC request stream observer which is propagating every onNext(), onError() or onCompleted() calls to the Camel route.