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

com.hazelcast.jet.examples.grpc.BrokerInfoReplyOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.5.4
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: enrichment.proto

package com.hazelcast.jet.examples.grpc;

public interface BrokerInfoReplyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:helloworld.BrokerInfoReply)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string brokerName = 1;
   * @return The brokerName.
   */
  java.lang.String getBrokerName();
  /**
   * string brokerName = 1;
   * @return The bytes for brokerName.
   */
  com.google.protobuf.ByteString
      getBrokerNameBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy