Constructor and Description |
---|
GrpcResponseRouterStreamObserver(GrpcConfiguration configuration,
org.apache.camel.Endpoint sourceEndpoint) |
Modifier and Type | Method and Description |
---|---|
void |
onCompleted() |
void |
onError(Throwable throwable) |
void |
onNext(Object o) |
public GrpcResponseRouterStreamObserver(GrpcConfiguration configuration, org.apache.camel.Endpoint sourceEndpoint)
public void onNext(Object o)
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