Interface KafkaTools.PerPartitionConsumerRegistrar

Enclosing class:
KafkaTools
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface KafkaTools.PerPartitionConsumerRegistrar
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    register(@NotNull TableDefinition tableDefinition, @NotNull org.apache.kafka.common.TopicPartition topicPartition, @NotNull StreamPublisher streamPublisher)
    Provide a per-partition StreamConsumer to streamPublisher via its register method.