public class DefaultStreamObserverFactory extends Object implements StreamObserverFactory
| Constructor and Description |
|---|
DefaultStreamObserverFactory() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.stub.StreamObserver<com.google.rpc.Status> |
createStreamObserver(String path)
Creates a stream observer that observes and processes server responses corresponding with
provided log file path
|
public io.grpc.stub.StreamObserver<com.google.rpc.Status> createStreamObserver(String path)
StreamObserverFactorycreateStreamObserver in interface StreamObserverFactorypath - path of log file to which logD is streaming logs to