BatchProvider.java 505 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.aemds.guide.batch.api;

import com.adobe.aemds.guide.batch.api.BatchConfig;
import com.adobe.aemds.guide.batch.api.BatchGeneratorService;
import com.adobe.aemds.guide.batch.api.BatchInput;
import com.adobe.aemds.guide.batch.api.BatchResult;

public interface BatchProvider
extends BatchGeneratorService<BatchInput, BatchConfig, BatchResult> {
    public static final String JSON_SUFFIX = "json";
    public static final String PDF_SUFFIX = "pdf";
}