public interface HoodieConsumer<I,O>
| Modifier and Type | Method and Description |
|---|---|
void |
consume(I record)
Consume records from inner message queue.
|
O |
finish()
Notifies implementation that we have exhausted consuming records from queue.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.