public class WampMessageTypeMatcher extends Object implements org.springframework.security.messaging.util.matcher.MessageMatcher<Object>
MessageMatcher that matches if the provided Message has a type that
is the same as the WampMessageType that was specified in the constructor.| Constructor and Description |
|---|
WampMessageTypeMatcher(ch.rasc.wampspring.message.WampMessageType typeToMatch)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
boolean |
matches(org.springframework.messaging.Message<? extends Object> message) |
String |
toString() |
public WampMessageTypeMatcher(ch.rasc.wampspring.message.WampMessageType typeToMatch)
typeToMatch - the WampMessageType that will result in a match. Cannot
be null.Copyright © 2015–2017. All rights reserved.