All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.nats.streaming.protobuf.CloseResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: protocol.proto

package io.nats.streaming.protobuf;

public interface CloseResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:pb.CloseResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string error = 1;
   *
   * 
   * err string, empty/omitted if no error
   * 
*/ java.lang.String getError(); /** * optional string error = 1; * *
   * err string, empty/omitted if no error
   * 
*/ com.google.protobuf.ByteString getErrorBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy