public static interface ListenableCollector.CollectListener<T>
Modifier and Type | Method and Description |
---|---|
default void |
onCollect(T record)
A callback method when an original record was collected, do nothing by default.
|
default void onCollect(T record)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.