com.muizz.spring.mediator.payload.ApiRequest Maven / Gradle / Ivy
package com.muizz.spring.mediator.payload;
/**
* Represents an API Request
*
* @param Type of the response returned after handling the request
*/
public interface ApiRequest { }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy