| Package | Description |
|---|---|
| ch.rasc.wampspring.method |
| Modifier and Type | Method and Description |
|---|---|
DestinationPatternsMessageCondition |
DestinationPatternsMessageCondition.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" using
PathMatcher.combine(String, String). |
DestinationPatternsMessageCondition |
WampMessageMappingInfo.getDestinationConditions() |
DestinationPatternsMessageCondition |
DestinationPatternsMessageCondition.getMatchingCondition(org.springframework.messaging.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 via
PathMatcher.getPatternComparator(String). |
| Modifier and Type | Method and Description |
|---|---|
DestinationPatternsMessageCondition |
DestinationPatternsMessageCondition.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" using
PathMatcher.combine(String, String). |
int |
DestinationPatternsMessageCondition.compareTo(DestinationPatternsMessageCondition other,
org.springframework.messaging.Message<?> message)
Compare the two conditions based on the destination patterns they contain.
|
| Constructor and Description |
|---|
WampMessageMappingInfo(WampMessageTypeMessageCondition messageTypeMessageCondition,
DestinationPatternsMessageCondition destinationConditions) |
Copyright © 2014–2017. All rights reserved.