public static class CloudCallForwarder.Observer<Type> extends Object implements StreamObserver<Type>
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted() |
void |
onError(Throwable throwable) |
void |
onNext(Type responseType) |
public void onNext(Type responseType)
onNext in interface StreamObserver<Type>public void onError(Throwable throwable)
onError in interface StreamObserver<Type>public void onCompleted()
onCompleted in interface StreamObserver<Type>Copyright © 2022 SiLA Java Developers. All rights reserved.