com.github.rauberprojects.client.action.response.ResponseHandler Maven / Gradle / Ivy
package com.github.rauberprojects.client.action.response;
/**
* @author Thomas Eizinger
*/
public interface ResponseHandler {
Output create(Response response);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy