Uses of Class
io.tech1.framework.domain.properties.configs.security.jwt.websockets.MessageBrokerRegistryConfigs
-
Packages that use MessageBrokerRegistryConfigs Package Description io.tech1.framework.domain.properties.configs io.tech1.framework.domain.properties.configs.security.jwt.websockets -
-
Uses of MessageBrokerRegistryConfigs in io.tech1.framework.domain.properties.configs
Methods in io.tech1.framework.domain.properties.configs that return MessageBrokerRegistryConfigs Modifier and Type Method Description MessageBrokerRegistryConfigsSecurityJwtWebsocketsConfigs. getBrokerConfigs()Methods in io.tech1.framework.domain.properties.configs with parameters of type MessageBrokerRegistryConfigs Modifier and Type Method Description static SecurityJwtWebsocketsConfigsSecurityJwtWebsocketsConfigs. of(CsrfConfigs csrfConfigs, StompEndpointRegistryConfigs stompConfigs, MessageBrokerRegistryConfigs brokerConfigs, WebsocketsFeaturesConfigs featuresConfigs)voidSecurityJwtWebsocketsConfigs. setBrokerConfigs(MessageBrokerRegistryConfigs brokerConfigs) -
Uses of MessageBrokerRegistryConfigs in io.tech1.framework.domain.properties.configs.security.jwt.websockets
Methods in io.tech1.framework.domain.properties.configs.security.jwt.websockets that return MessageBrokerRegistryConfigs Modifier and Type Method Description static MessageBrokerRegistryConfigsMessageBrokerRegistryConfigs. of(String applicationDestinationPrefix, String simpleDestination, String userDestinationPrefix)
-