Sha256: b23e40c95822c45d34314519c5e164abf7a62222f8d882a89f5ce295cc3d76b9
Contents?: true
Size: 376 Bytes
Versions: 46
Compression:
Stored size: 376 Bytes
Contents
package org.embulk.spi; import org.embulk.config.TaskSource; import org.embulk.config.ConfigSource; public interface DecoderPlugin { public interface Control { public void run(TaskSource taskSource); } public void transaction(ConfigSource config, DecoderPlugin.Control control); public FileInput open(TaskSource taskSource, FileInput input); }
Version data entries
46 entries across 46 versions & 1 rubygems