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)
StreamObserverFactory
createStreamObserver
in interface StreamObserverFactory
path
- path of log file to which logD is streaming logs to