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(Status, ClientStreamListener.RpcProgress, Metadata)) when started, and silently does nothing for the other operations.