Uses of Class
org.springframework.messaging.simp.config.MessageBrokerRegistry
Packages that use MessageBrokerRegistry Package Description org.springframework.messaging.simp.config Configuration support for WebSocket messaging using higher level messaging protocols.org.springframework.web.socket.config.annotation Support for annotation-based WebSocket setup in configuration classes.Uses of MessageBrokerRegistry in org.springframework.messaging.simp.config
Methods in org.springframework.messaging.simp.config that return MessageBrokerRegistry Modifier and Type Method Description protected MessageBrokerRegistryAbstractMessageBrokerConfiguration. getBrokerRegistry()An accessor for theMessageBrokerRegistrythat ensures its one-time creation and initialization throughAbstractMessageBrokerConfiguration.configureMessageBroker(MessageBrokerRegistry).MessageBrokerRegistryMessageBrokerRegistry. setApplicationDestinationPrefixes(String... prefixes)Configure one or more prefixes to filter destinations targeting application annotated methods.MessageBrokerRegistryMessageBrokerRegistry. setCacheLimit(int cacheLimit)Configure the cache limit to apply for registrations with the broker.MessageBrokerRegistryMessageBrokerRegistry. setPathMatcher(PathMatcher pathMatcher)Configure the PathMatcher to use to match the destinations of incoming messages to@MessageMappingand@SubscribeMappingmethods.MessageBrokerRegistryMessageBrokerRegistry. setPreservePublishOrder(boolean preservePublishOrder)Whether the client must receive messages in the order of publication.MessageBrokerRegistryMessageBrokerRegistry. setUserDestinationPrefix(String destinationPrefix)Configure the prefix used to identify user destinations.Methods in org.springframework.messaging.simp.config with parameters of type MessageBrokerRegistry Modifier and Type Method Description protected voidAbstractMessageBrokerConfiguration. configureMessageBroker(MessageBrokerRegistry registry)A hook for subclasses to customize message broker configuration through the providedMessageBrokerRegistryinstance.Uses of MessageBrokerRegistry in org.springframework.web.socket.config.annotation
Methods in org.springframework.web.socket.config.annotation with parameters of type MessageBrokerRegistry Modifier and Type Method Description voidAbstractWebSocketMessageBrokerConfigurer. configureMessageBroker(MessageBrokerRegistry registry)Deprecated.protected voidDelegatingWebSocketMessageBrokerConfiguration. configureMessageBroker(MessageBrokerRegistry registry)default voidWebSocketMessageBrokerConfigurer. configureMessageBroker(MessageBrokerRegistry registry)Configure message broker options.