public static final class Exceptions.StreamWriterClosedException extends StatusRuntimeException
This writer instance has either been closed by the user explicitly, or has encountered non-retriable errors.
To continue to write to the same stream, you will need to create a new writer instance.
Inherited Members
io.grpc.StatusRuntimeException.fillInStackTrace()
io.grpc.StatusRuntimeException.getStatus()
io.grpc.StatusRuntimeException.getTrailers()
Constructors
StreamWriterClosedException(Status grpcStatus, String streamName, String writerId)
protected StreamWriterClosedException(Status grpcStatus, String streamName, String writerId)
Methods
getStreamName()
public String getStreamName()
Returns | |
---|---|
Type | Description |
String |
getWriterId()
public String getWriterId()
Returns | |
---|---|
Type | Description |
String |