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

be.vlaanderen.informatievlaanderen.ldes.server.fragmentation.FragmentationStrategyWrapper Maven / Gradle / Ivy

The newest version!
package be.vlaanderen.informatievlaanderen.ldes.server.fragmentation;

import be.vlaanderen.informatievlaanderen.ldes.server.domain.model.ConfigProperties;
import org.springframework.context.ApplicationContext;

public interface FragmentationStrategyWrapper {
	FragmentationStrategy wrapFragmentationStrategy(ApplicationContext applicationContext,
	                                                FragmentationStrategy fragmentationStrategy,
	                                                ConfigProperties fragmentationProperties);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy