public interface ConfigPostProcessor
Config objects.
Config post-processors are used by DSBulk to allow external components to customize the workflow configuration. Post-processors are discovered using the Service Loader API and are invoked immediately after the command line parsing, but before the workflow is started.
Post-processors are useful to validate the final config, or to enrich the config with derived settings.
| Modifier and Type | Method and Description |
|---|---|
Config |
postProcess(Config config)
Post-process the given
Config and return the processed, resulting config – which may be
the same object, or a different one. |
Copyright © 2017–2021 DataStax. All rights reserved.