
com.intellifylearning.flush.IBatchFactory 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.flush;
import java.util.List;
import com.intellify.api.caliper.CaliperEntity;
import com.intellify.api.caliper.impl.IntellifyBase;
import com.intellifylearning.models.Batch;
import com.intellifylearning.models.BatchIntellifyBase;
/**
* A Factory that creates Batch objects
*
*/
public interface IBatchFactory {
/**
* Creates a batch model around a list of items
*
* @param batch
* A list of items that represents the batch
* @return {@link Batch}
*/
Batch create(List batch);
BatchIntellifyBase createIntellifyBaseBatch(List batch);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy