Class RestClientReactiveConfig
java.lang.Object
io.quarkus.rest.client.reactive.runtime.RestClientReactiveConfig
Deprecated.
Legacy REST client reactive config.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanDeprecated.booleanDeprecated.Whether providers (filters, etc.) annotated withProvidershould be automatically registered for all the clients in the application.Deprecated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
scope
@Deprecated @ConfigItem(name="scope", defaultValue="jakarta.enterprise.context.ApplicationScoped") public String scopeDeprecated.Default scope for Rest Client Reactive. Use `jakarta.enterprise.context.Dependent` for spec-compliant behavior -
disableSmartProduces
@Deprecated @ConfigItem(name="disable-smart-produces", defaultValue="false") public boolean disableSmartProducesDeprecated.By default, RESTEasy Reactive uses text/plain content type for String values and application/json for everything else. MicroProfile Rest Client spec requires the implementations to always default to application/json. This build item disables the "smart" behavior of RESTEasy Reactive to comply to the spec -
providerAutodiscovery
@ConfigItem(name="provider-autodiscovery", defaultValue="true") public boolean providerAutodiscoveryDeprecated.Whether providers (filters, etc.) annotated withProvidershould be automatically registered for all the clients in the application.
-
-
Constructor Details
-
RestClientReactiveConfig
public RestClientReactiveConfig()Deprecated.
-
RestClientsConfiginstead