Package org.apache.beam.sdk.io.kafka
Interface CheckStopReadingFn
- All Superinterfaces:
ProcessFunction<TopicPartition,,Boolean> Serializable,SerializableFunction<TopicPartition,Boolean>
- All Known Implementing Classes:
CheckStopReadingFnWrapper
-
Method Summary
Methods inherited from interface org.apache.beam.sdk.transforms.SerializableFunction
apply
-
Method Details
-
setup
default void setup() -
teardown
default void teardown()
-