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>
  • Field Summary

    Fields inherited from interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper

    DEFAULT_PRIORITY
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
    toThrowable(jakarta.ws.rs.core.Response response)
     
    toThrowable(jakarta.ws.rs.core.Response response, org.jboss.resteasy.reactive.client.impl.RestClientRequestContext context)
     

    Methods inherited from interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper

    getPriority, handles
  • Method Details

    • toThrowable

      T toThrowable(jakarta.ws.rs.core.Response response, org.jboss.resteasy.reactive.client.impl.RestClientRequestContext context)
    • toThrowable

      default T toThrowable(jakarta.ws.rs.core.Response response)
      Specified by:
      toThrowable in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper<T extends Throwable>