Interface MessageProduceParameters.Build

    • Method Detail

      • cloudAccountId

        MessageProduceParameters.Build cloudAccountId​(java.lang.String cloudAccountId)
        Set the cloud provider's account id for the message destination. This method is optional and can be bypassed by calling build directly.
      • cloudRegion

        MessageProduceParameters.Build cloudRegion​(java.lang.String cloudRegion)
        Set the cloud provider's region for the message destination. This method is optional and can be bypassed by calling build directly.
      • instance

        MessageProduceParameters.Build instance​(java.lang.String host,
                                                java.lang.Integer port)
        Set the host and port of the message broker. This method is optional and can be bypassed by calling build directly.
        Parameters:
        host - The host where the message broker is located
        port - The port for the connection to the message broker
        Returns:
        the next builder interface