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

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

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

/**
 * Commands are for all mutating requests. A SimpleCommand could be considered a 'fire and forget' kind of request.
 */
public interface SimpleCommand extends Command {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy