Uses of Class
org.springframework.messaging.handler.DestinationPatternsMessageCondition
Package
Description
Basic abstractions for working with message handler methods.
Generic support for Simple Messaging Protocols including protocols such as STOMP.
-
Uses of DestinationPatternsMessageCondition in org.springframework.messaging.handler
Modifier and TypeMethodDescriptionDestinationPatternsMessageCondition.combine
(DestinationPatternsMessageCondition other) Returns a new instance with URL patterns from the current instance ("this") and the "other" instance as follows: If there are patterns in both instances, combine the patterns in "this" with the patterns in "other" usingPathMatcher.combine(String, String)
.DestinationPatternsMessageCondition.getMatchingCondition
(Message<?> message) Check if any of the patterns match the given Message destination and return an instance that is guaranteed to contain matching patterns, sorted viaPathMatcher.getPatternComparator(String)
.Modifier and TypeMethodDescriptionDestinationPatternsMessageCondition.combine
(DestinationPatternsMessageCondition other) Returns a new instance with URL patterns from the current instance ("this") and the "other" instance as follows: If there are patterns in both instances, combine the patterns in "this" with the patterns in "other" usingPathMatcher.combine(String, String)
.int
DestinationPatternsMessageCondition.compareTo
(DestinationPatternsMessageCondition other, Message<?> message) Compare the two conditions based on the destination patterns they contain. -
Uses of DestinationPatternsMessageCondition in org.springframework.messaging.simp
ModifierConstructorDescriptionSimpMessageMappingInfo
(SimpMessageTypeMessageCondition messageTypeMessageCondition, DestinationPatternsMessageCondition destinationConditions)