co.com.sofka.infraestructure.handle.CommandHandler Maven / Gradle / Ivy
package co.com.sofka.infraestructure.handle;
/**
* The interface Command handler.
*
* @param the type parameter
*/
@FunctionalInterface
public interface CommandHandler {
/**
* Execute.
*
* @param args the command
*/
void execute(T args);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy