Package org.apache.beam.sdk.io.kafka
Interface CheckStopReadingFn
-
- All Superinterfaces:
org.apache.beam.sdk.transforms.ProcessFunction<org.apache.kafka.common.TopicPartition,java.lang.Boolean>,java.io.Serializable,org.apache.beam.sdk.transforms.SerializableFunction<org.apache.kafka.common.TopicPartition,java.lang.Boolean>
- All Known Implementing Classes:
CheckStopReadingFnWrapper
public interface CheckStopReadingFn extends org.apache.beam.sdk.transforms.SerializableFunction<org.apache.kafka.common.TopicPartition,java.lang.Boolean>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidsetup()default voidteardown()
-