Class Exceptions.StreamWriterClosedException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Exceptions

    public static final class Exceptions.StreamWriterClosedException
    extends io.grpc.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.

    See Also:
    Serialized Form
    • Constructor Detail

      • StreamWriterClosedException

        protected StreamWriterClosedException​(io.grpc.Status grpcStatus,
                                              String streamName,
                                              String writerId)
    • Method Detail

      • getStreamName

        public String getStreamName()
      • getWriterId

        public String getWriterId()