Package io.deephaven.kafka
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoidregister(@NotNull TableDefinition tableDefinition, @NotNull org.apache.kafka.common.TopicPartition topicPartition, @NotNull StreamPublisher streamPublisher)
-
Method Details
-
register
void register(@NotNull @NotNull TableDefinition tableDefinition, @NotNull @NotNull org.apache.kafka.common.TopicPartition topicPartition, @NotNull @NotNull StreamPublisher streamPublisher) - Parameters:
tableDefinition- TheTableDefinitionfor the stream to be consumedtopicPartition- TheTopicPartitionto be consumedstreamPublisher- TheStreamPublishertoregisteraStreamConsumerfor
-