All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.schemaapp.core.services.BulkDataLoaderAPIService Maven / Gradle / Ivy

package com.schemaapp.core.services;

import org.apache.sling.api.resource.ResourceResolver;

import com.schemaapp.core.models.SchemaAppConfig;

public interface BulkDataLoaderAPIService {

    public void fetchAndProcessPaginatedData(SchemaAppConfig config, ResourceResolver resolver);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy