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