public class WampMessageMatcher extends Object implements org.springframework.security.messaging.util.matcher.MessageMatcher<Object>
MessageMatcher that matches if the provided Message has the same code
as the value specified in the constructor| Constructor and Description |
|---|
WampMessageMatcher(int code) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
matches(org.springframework.messaging.Message<? extends Object> message) |
String |
toString() |
Copyright © 2017. All rights reserved.