
com.compilit.mediator.api.QueryHandler Maven / Gradle / Ivy
package com.compilit.mediator.api;
/**
* A QueryHandler is a managed bean that is dedicated to handling a specific Query, represented by T.
*
* @param The specific Query implementation.
* @param The return type of the Query.
*/
public interface QueryHandler, R> extends RequestHandler, Query> {
R handle(T query);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy