@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, waitonStartuppublic void beforeProcessing(PipelineOptions options)
JvmInitializerbeforeProcessing in interface JvmInitializeroptions - The pipeline options passed to the worker.