Creates an instance of AmqpAxiosProxiedClient.
The name of the queue which will be used to send requests to the worker.
The amqplib-oop connection options or an instance of a connection
The default configuration which you want to provide to the axios instance.
Configuration defaults which can be applied to every request.
Hooks which allow the modification of requests before they are sent to the server, and responses before they are returned to the caller.
Make an HTTP DELETE request to the specified URL.
the type defining the shape of the response payload
the type defining the shape of the full axios response
the type defining the shape of the request payload
The url for the request
Optional config: AmqpAxiosProxiedClientConfig<D>The configuration for the request
The response for the request
If the request fails
Make an HTTP GET request to the specified URL.
the type defining the shape of the response payload
the type defining the shape of the full axios response
the type defining the shape of the request payload
The url for the request
Optional config: AmqpAxiosProxiedClientConfig<D>The configuration for the request
The response for the request
If the request fails
Make an HTTP HEAD request to the specified URL.
the type defining the shape of the response payload
the type defining the shape of the full axios response
the type defining the shape of the request payload
The url for the request
Optional config: AmqpAxiosProxiedClientConfig<D>The configuration for the request
The response for the request
If the request fails
Make an HTTP OPTIONS request to the specified URL.
the type defining the shape of the response payload
the type defining the shape of the full axios response
the type defining the shape of the request payload
The url for the request
Optional config: AmqpAxiosProxiedClientConfig<D>The configuration for the request
The response for the request
If the request fails
Make an HTTP PATCH request to the specified URL with the specified payload
the type defining the shape of the response payload
the type defining the shape of the full axios response
the type defining the shape of the request payload
The url for the request
Optional data: anyOptional config: AmqpAxiosProxiedClientConfig<D>The configuration for the request
The response for the request
If the request fails
Make an HTTP PATCH request with the content-type set to application/x-www-form-urlencoded to the specified URL with the specified payload
the type defining the shape of the response payload
the type defining the shape of the full axios response
the type defining the shape of the request payload
The url for the request
Optional data: anyOptional config: AmqpAxiosProxiedClientConfig<D>The configuration for the request
The response for the request
If the request fails
Make an HTTP POST request to the specified URL with the specified payload
the type defining the shape of the response payload
the type defining the shape of the full axios response
the type defining the shape of the request payload
The url for the request
Optional data: anyOptional config: AmqpAxiosProxiedClientConfig<D>The configuration for the request
The response for the request
If the request fails
Make an HTTP POST request with the content-type set to application/x-www-form-urlencoded to the specified URL with the specified payload
the type defining the shape of the response payload
the type defining the shape of the full axios response
the type defining the shape of the request payload
The url for the request
Optional data: anyOptional config: AmqpAxiosProxiedClientConfig<D>The configuration for the request
The response for the request
If the request fails
Make an HTTP PUT request to the specified URL with the specified payload
the type defining the shape of the response payload
the type defining the shape of the full axios response
the type defining the shape of the request payload
The url for the request
Optional data: anyOptional config: AmqpAxiosProxiedClientConfig<D>The configuration for the request
The response for the request
If the request fails
Make an HTTP PUT request with the content-type set to application/x-www-form-urlencoded to the specified URL with the specified payload
the type defining the shape of the response payload
the type defining the shape of the full axios response
the type defining the shape of the request payload
The url for the request
Optional data: anyOptional config: AmqpAxiosProxiedClientConfig<D>The configuration for the request
The response for the request
If the request fails
the type defining the shape of the response payload
the type defining the shape of the full axios response
the type defining the shape of the request payload Make a with the method & url specified in the config.
The configuration for the request
The response for the request
If the request fails
An instance of axios which is preconfigured to use the AMQP adapter.