SimpMessageTypeMessageCondition

{@code MessageCondition} that matches by the message type obtained via {@link SimpMessageHeaderAccessor#getMessageType(Map)}.

@author Rossen Stoyanchev @since 4.0

Constructors

this
this(SimpMessageType messageType)

A constructor accepting a message type. @param messageType the message type to match messages to

Members

Functions

combine
SimpMessageTypeMessageCondition combine(SimpMessageTypeMessageCondition other)
Undocumented in source. Be warned that the author may not have intended to support it.
compareTo
int compareTo(SimpMessageTypeMessageCondition other, MessageBase message)
Undocumented in source. Be warned that the author may not have intended to support it.
getContent
Collection!SimpMessageType getContent()
Undocumented in source. Be warned that the author may not have intended to support it.
getMatchingCondition
SimpMessageTypeMessageCondition getMatchingCondition(MessageBase message)
Undocumented in source. Be warned that the author may not have intended to support it.
getMessageType
SimpMessageType getMessageType()
Undocumented in source. Be warned that the author may not have intended to support it.
getToStringInfix
string getToStringInfix()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

MESSAGE
SimpMessageTypeMessageCondition MESSAGE;
Undocumented in source.
SUBSCRIBE
SimpMessageTypeMessageCondition SUBSCRIBE;
Undocumented in source.

Meta