Class AsyncExceptionMappingUtil


  • public final class AsyncExceptionMappingUtil
    extends Object
    This class is used by the exception mappers that are generated as a result of the use of ServerExceptionMapper with a Uni response type. See io.quarkus.resteasy.reactive.server.deployment.ServerExceptionMapperGenerator
    • Field Detail

      • DEFAULT_UNAUTHORIZED_RESPONSE

        public static final javax.ws.rs.core.Response DEFAULT_UNAUTHORIZED_RESPONSE
    • Method Detail

      • handleUniResponse

        public static void handleUniResponse​(io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> asyncResponse,
                                             AsyncExceptionMapperContext context)