public class GrpcSessionHandlerProxy<RespT> extends Object implements SubStreamObserver<RespT>
| Constructor and Description |
|---|
GrpcSessionHandlerProxy(GrpcSessionHandler sessionHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted() |
void |
onError(Throwable cause) |
void |
onReady() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonNextpublic GrpcSessionHandlerProxy(GrpcSessionHandler sessionHandler)
public void onReady()
onReady in interface SubStreamObserver<RespT>public void onError(Throwable cause)
onError in interface SubStreamObserver<RespT>onError in interface io.grpc.stub.StreamObserver<RespT>public void onCompleted()
onCompleted in interface SubStreamObserver<RespT>onCompleted in interface io.grpc.stub.StreamObserver<RespT>Copyright © 2025 Webull. All rights reserved.