Interface ResteasyReactiveResponseExceptionMapper<T extends Throwable>
-
- All Superinterfaces:
org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper<T>
public interface ResteasyReactiveResponseExceptionMapper<T extends Throwable> extends org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TtoThrowable(jakarta.ws.rs.core.Response response)TtoThrowable(jakarta.ws.rs.core.Response response, org.jboss.resteasy.reactive.client.impl.RestClientRequestContext context)
-
-
-
Method Detail
-
toThrowable
T toThrowable(jakarta.ws.rs.core.Response response, org.jboss.resteasy.reactive.client.impl.RestClientRequestContext context)
-
-