Uses of Interface
io.helidon.reactive.servicecommon.RestServiceSettings
Packages that use RestServiceSettings
-
Uses of RestServiceSettings in io.helidon.reactive.servicecommon
Methods in io.helidon.reactive.servicecommon that return RestServiceSettingsModifier and TypeMethodDescriptionRestServiceSettings.Builder.build()Creates theRestServiceSettingsinstance from the builder settings.static RestServiceSettingsRestServiceSettings.create()Creates a new instance with default settings.static RestServiceSettingsCreates a new instance using values from the provided config.Constructors in io.helidon.reactive.servicecommon with parameters of type RestServiceSettingsModifierConstructorDescriptionprotectedHelidonRestServiceSupport(Logger logger, RestServiceSettings restServiceSettings, String serviceName)