Java org.springframework.messaging.simp.config MessageBrokerRegistry fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.messaging.simp.config MessageBrokerRegistry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.messaging.simp.config MessageBrokerRegistry.

The text is from its open source code.

Method

SimpleBrokerRegistrationenableSimpleBroker(String... destinationPrefixes)
Enable a simple message broker and configure one or more prefixes to filter destinations targeting the broker (e.g.
StompBrokerRelayRegistrationenableStompBrokerRelay(String... destinationPrefixes)
Enable a STOMP broker relay and configure the destination prefixes supported by the message broker.
MessageBrokerRegistrysetApplicationDestinationPrefixes(String... prefixes)
Configure one or more prefixes to filter destinations targeting application annotated methods.
MessageBrokerRegistrysetPathMatcher(PathMatcher pathMatcher)
Configure the PathMatcher to use to match the destinations of incoming messages to @MessageMapping and @SubscribeMapping methods.
MessageBrokerRegistrysetUserDestinationPrefix(String destinationPrefix)
Configure the prefix used to identify user destinations.