Class RestClientReactiveConfig


  • @ConfigRoot(phase=BUILD_TIME)
    public class RestClientReactiveConfig
    extends Object
    • Field Detail

      • scope

        @ConfigItem(name="scope",
                    defaultValue="javax.enterprise.context.ApplicationScoped")
        public String scope
        Default scope for MicroProfile Rest Client. Use `javax.enterprise.context.Dependent` for spec-compliant behavior
    • Constructor Detail

      • RestClientReactiveConfig

        public RestClientReactiveConfig()