
com.intellifylearning.request.IRequester Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of intellisense Show documentation
Show all versions of intellisense Show documentation
IntelliSense Sensor API for Java
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