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

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

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

/**
 * A generic interface for Commands, Queries and Events.
 *
 * @see Command
 * @see Query
 * @see Event
 */
public interface Request {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy