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 TypeMethodDescriptionvoid
register
(@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
- TheTableDefinition
for the stream to be consumedtopicPartition
- TheTopicPartition
to be consumedstreamPublisher
- TheStreamPublisher
toregister
aStreamConsumer
for
-