com.inpaas.http.api.ResponseProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of inpaas-httpclient Show documentation
Show all versions of inpaas-httpclient Show documentation
HTTP Client for REST and SOAP Services
package com.inpaas.http.api;
import org.apache.http.HttpResponse;
import com.inpaas.http.model.exception.HttpClientException;
@FunctionalInterface
public interface ResponseProcessor {
Object apply(HttpResponse response) throws HttpClientException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy