Constructor and Description |
---|
GrpcResponseAggregationStreamObserver(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
onCompleted() |
void |
onError(Throwable throwable) |
void |
onNext(Object response) |
public GrpcResponseAggregationStreamObserver(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback)
public void onNext(Object response)
onNext
in interface io.grpc.stub.StreamObserver<Object>
public void onError(Throwable throwable)
onError
in interface io.grpc.stub.StreamObserver<Object>
public void onCompleted()
onCompleted
in interface io.grpc.stub.StreamObserver<Object>
Apache Camel