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

io.github.ninobomba.commons.data.etl.IETLConcludeAction Maven / Gradle / Ivy

The newest version!
package io.github.ninobomba.commons.data.etl;

/**
 * This interface represents a generic ETL Conclude Action.
 * 

* An ETL Conclude Action is responsible for performing the necessary tasks to conclude an ETL operation. *

* The classes implementing this interface should define their own implementation for the conclude() method. */ public interface IETLConcludeAction { boolean conclude ( ); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy