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

com.intellifylearning.request.IRequester Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package com.intellifylearning.request;

import com.intellifylearning.models.Batch;
import com.intellifylearning.models.BatchIntellifyBase;

public interface IRequester {

    void send(Batch batch);

    void sendIntellifyBaseBatch(BatchIntellifyBase batch);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy