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

pl.atom.spring.cqs.command.CommandHandler Maven / Gradle / Ivy

The newest version!
package pl.atom.spring.cqs.command;

/**
 * CommandHandler executes logic of a command. Doesn't return any value.
 *
 * @param  class implementing Command.
 * @author Artur Tomaszewski arttom
 */
public interface CommandHandler {

    void handle(C command);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy