- All Superinterfaces:
- AutoCloseable, Closeable, Initializer
- All Known Implementing Classes:
- NoopConverterInitializer
public interface ConverterInitializer
extends Initializer
ConverterInitializer is being invoked at driver which means it will only invoked once per converter.
This is to remove any duplication work among task, and any initialization that is same per task can be put in here.