public static class BaseGrpcClient.GRPCAgentClientStreamObserver extends Object implements io.grpc.stub.StreamObserver<com.expedia.open.tracing.agent.api.DispatchResult>
| Constructor and Description |
|---|
GRPCAgentClientStreamObserver(Metrics metrics) |
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted() |
void |
onError(Throwable t) |
void |
onNext(com.expedia.open.tracing.agent.api.DispatchResult value) |
public GRPCAgentClientStreamObserver(Metrics metrics)
public void onCompleted()
onCompleted in interface io.grpc.stub.StreamObserver<com.expedia.open.tracing.agent.api.DispatchResult>public void onError(Throwable t)
onError in interface io.grpc.stub.StreamObserver<com.expedia.open.tracing.agent.api.DispatchResult>public void onNext(com.expedia.open.tracing.agent.api.DispatchResult value)
onNext in interface io.grpc.stub.StreamObserver<com.expedia.open.tracing.agent.api.DispatchResult>Copyright © 2019. All rights reserved.