public class GrpcResponseRouterStreamObserver extends org.apache.camel.support.service.ServiceSupport implements io.grpc.stub.StreamObserver<Object>
| Constructor and Description |
|---|
GrpcResponseRouterStreamObserver(GrpcConfiguration configuration,
org.apache.camel.Endpoint sourceEndpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
void |
onCompleted() |
void |
onError(Throwable throwable) |
void |
onNext(Object o) |
build, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic 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>protected void doStart()
throws Exception
doStart in class org.apache.camel.support.service.BaseServiceExceptionApache Camel