Interface SelfManagedEventSource.Builder

    • Method Detail

      • endpointsWithStrings

        SelfManagedEventSource.Builder endpointsWithStrings​(Map<String,​? extends Collection<String>> endpoints)

        The list of bootstrap servers for your Kafka brokers in the following format: "KAFKA_BOOTSTRAP_SERVERS": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"].

        Parameters:
        endpoints - The list of bootstrap servers for your Kafka brokers in the following format: "KAFKA_BOOTSTRAP_SERVERS": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"].
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoints

        SelfManagedEventSource.Builder endpoints​(Map<EndPointType,​? extends Collection<String>> endpoints)

        The list of bootstrap servers for your Kafka brokers in the following format: "KAFKA_BOOTSTRAP_SERVERS": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"].

        Parameters:
        endpoints - The list of bootstrap servers for your Kafka brokers in the following format: "KAFKA_BOOTSTRAP_SERVERS": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"].
        Returns:
        Returns a reference to this object so that method calls can be chained together.