Interface KafkaListenerContainerFactory<C extends MessageListenerContainer>

    • Method Detail

      • createContainer

        C createContainer​(TopicPartitionOffset... topicPartitions)
        Create and configure a container without a listener; used to create containers that are not used for KafkaListener annotations. Containers created using this method are not added to the listener endpoint registry.
        Parameters:
        topicPartitions - the topicPartitions to assign.
        Returns:
        the container.
        Since:
        2.3
      • createContainer

        C createContainer​(java.lang.String... topics)
        Create and configure a container without a listener; used to create containers that are not used for KafkaListener annotations. Containers created using this method are not added to the listener endpoint registry.
        Parameters:
        topics - the topics.
        Returns:
        the container.
        Since:
        2.2
      • createContainer

        C createContainer​(java.util.regex.Pattern topicPattern)
        Create and configure a container without a listener; used to create containers that are not used for KafkaListener annotations. Containers created using this method are not added to the listener endpoint registry.
        Parameters:
        topicPattern - the topicPattern.
        Returns:
        the container.
        Since:
        2.2