me.qyh.instd4j.parser.job.JobConsumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of instd4j Show documentation
Show all versions of instd4j Show documentation
Instagram private api for download
package me.qyh.instd4j.parser.job;
import java.util.function.Consumer;
public interface JobConsumer extends Consumer {
void onError(Exception ex);
}