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