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

com.compilit.mediator.api.Command Maven / Gradle / Ivy

The newest version!
package com.compilit.mediator.api;

/**
 * Commands are for all mutating requests. The return type should not come from a query, but instead be some sort of
 * result of the command.
 *
 * @param  The return type.
 */
public interface Command extends Request {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy