Uses of Interface
de.quantummaid.httpmaid.runtimeconfiguration.RuntimeConfigurationValueProvider
-
Packages that use RuntimeConfigurationValueProvider Package Description de.quantummaid.httpmaid.runtimeconfiguration de.quantummaid.httpmaid.websockets -
-
Uses of RuntimeConfigurationValueProvider in de.quantummaid.httpmaid.runtimeconfiguration
Methods in de.quantummaid.httpmaid.runtimeconfiguration with parameters of type RuntimeConfigurationValueProvider Modifier and Type Method Description <T> RuntimeConfigurationValue<T>RuntimeConfiguration. create(RuntimeConfigurationValueProvider<T> provider) -
Uses of RuntimeConfigurationValueProvider in de.quantummaid.httpmaid.websockets
Methods in de.quantummaid.httpmaid.websockets with parameters of type RuntimeConfigurationValueProvider Modifier and Type Method Description voidWebsocketsModule. setWebsocketAuthorizerProvider(RuntimeConfigurationValueProvider<WebsocketAuthorizer> websocketAuthorizerProvider)voidWebsocketsModule. setWebsocketRegistryProvider(RuntimeConfigurationValueProvider<WebsocketRegistry> websocketRegistryProvider)static ConfiguratorWebsocketConfigurators. toAuthorizeWebsocketsUsing(RuntimeConfigurationValueProvider<WebsocketAuthorizer> authorizer)static ConfiguratorWebsocketConfigurators. toUseWebsocketRegistry(RuntimeConfigurationValueProvider<WebsocketRegistry> websocketRegistry)
-