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

apache.rocketmq.v2.NotifyClientTerminationRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.0.7
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: apache/rocketmq/v2/service.proto

package apache.rocketmq.v2;

public interface NotifyClientTerminationRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:apache.rocketmq.v2.NotifyClientTerminationRequest)
    org.apache.rocketmq.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Consumer group, which is absent for producer.
   * 
* * optional .apache.rocketmq.v2.Resource group = 1; * @return Whether the group field is set. */ boolean hasGroup(); /** *
   * Consumer group, which is absent for producer.
   * 
* * optional .apache.rocketmq.v2.Resource group = 1; * @return The group. */ apache.rocketmq.v2.Resource getGroup(); /** *
   * Consumer group, which is absent for producer.
   * 
* * optional .apache.rocketmq.v2.Resource group = 1; */ apache.rocketmq.v2.ResourceOrBuilder getGroupOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy