Class FailingClientStream

java.lang.Object
io.grpc.internal.NoopClientStream
io.grpc.internal.FailingClientStream
All Implemented Interfaces:
ClientStream, Stream

public final class FailingClientStream extends NoopClientStream
An implementation of ClientStream that fails (by calling ClientStreamListener.closed(io.grpc.Status, io.grpc.internal.ClientStreamListener.RpcProgress, io.grpc.Metadata)) when started, and silently does nothing for the other operations.