Uses of Class
de.quantummaid.httpmaid.runtimeconfiguration.RuntimeConfigurationValue
-
Packages that use RuntimeConfigurationValue Package Description de.quantummaid.httpmaid.runtimeconfiguration de.quantummaid.httpmaid.websockets de.quantummaid.httpmaid.websockets.processors -
-
Uses of RuntimeConfigurationValue in de.quantummaid.httpmaid.runtimeconfiguration
Methods in de.quantummaid.httpmaid.runtimeconfiguration that return RuntimeConfigurationValue Modifier and Type Method Description <T> RuntimeConfigurationValue<T>RuntimeConfiguration. create(RuntimeConfigurationValueProvider<T> provider) -
Uses of RuntimeConfigurationValue in de.quantummaid.httpmaid.websockets
Fields in de.quantummaid.httpmaid.websockets with type parameters of type RuntimeConfigurationValue Modifier and Type Field Description static MetaDataKey<RuntimeConfigurationValue<WebsocketRegistry>>WebsocketMetaDataKeys. WEBSOCKET_REGISTRY -
Uses of RuntimeConfigurationValue in de.quantummaid.httpmaid.websockets.processors
Methods in de.quantummaid.httpmaid.websockets.processors with parameters of type RuntimeConfigurationValue Modifier and Type Method Description static ProcessorAddWebsocketsMetaDataProcessor. addWebsocketRegistryProcessor(WebsocketSenders websocketSenders, RuntimeConfigurationValue<WebsocketRegistry> registry)static ProcessorAuthorizeWebsocketProcessor. authorizeWebsocketProcessor(RuntimeConfigurationValue<WebsocketAuthorizer> authorizer)
-