public static interface DecoderPlugin.Control
Modifier and Type | Method and Description |
---|---|
void |
run(TaskSource taskSource)
Runs the following tasks of the Decoder Plugin.
|
void run(TaskSource taskSource)
It would be executed at the end of DecoderPlugin.transaction(org.embulk.config.ConfigSource, DecoderPlugin.Control)
.
taskSource
- TaskSource
processed for tasks from ConfigSource