@AutoService(value=JvmInitializer.class) public class KafkaIOInitializer extends java.lang.Object implements JvmInitializer
Constructor and Description |
---|
KafkaIOInitializer() |
Modifier and Type | Method and Description |
---|---|
void |
beforeProcessing(PipelineOptions options)
Implement beforeProcessing to run some custom initialization after basic services such as
logging, but before data processing begins.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onStartup
public void beforeProcessing(PipelineOptions options)
JvmInitializer
beforeProcessing
in interface JvmInitializer
options
- The pipeline options passed to the worker.