Class CommonAgentEndpointInfo.Builder

    • Constructor Detail

    • Method Detail

      • setAddress

        public CommonAgentEndpointInfo.Builder setAddress​(java.lang.String address)
        The IP address or the full qualified domain name of Kafka broker/ingress. format: hostname-or-ip
        Parameters:
        address - New value for the property.
      • setPort

        public CommonAgentEndpointInfo.Builder setPort​(java.lang.Long port)
        The port number where the broker is listening to. format: int64
        Parameters:
        port - New value for the property.