T - type of messagepublic interface StreamObserver<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted()
onCompleted
|
void |
onError(Throwable throwable)
onError
|
void |
onNext(T data)
onNext
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.