Package io.quarkus.rest.client.reactive


package io.quarkus.rest.client.reactive
  • Class
    Description
    Used to easily define an exception mapper for the specific REST Client on which it's used.
    Used to specify a form parameter that should be sent with the outbound request.
    Used to specify form parameters that should be sent with the outbound request.
    Used to specify a query that should be sent with the outbound request.
    Used to specify query parameters that should be sent with the outbound request.
    Used to easily define a custom redirect handler for the specific REST Client on which it's used.
    Allows methods that are meant to compute a value for a Rest Client method to have access to the context on which they are invoked
     
     
    The sole purpose of this annotation is to allow REST Client methods to contain multiple non-annotated Jakarta REST parameters which would normally not be allowed because all the parameters would be considered to represent the body of the request.
    This is the main entry point for creating a Type Safe Quarkus Rest Client.
    Reactive ClientHeadersFactory flavor for Quarkus rest-client reactive extension.