Example usage for org.springframework.messaging.handler AbstractMessageCondition subclass-usage

List of usage examples for org.springframework.messaging.handler AbstractMessageCondition subclass-usage

Introduction

In this page you can find the example usage for org.springframework.messaging.handler AbstractMessageCondition subclass-usage.

Usage

From source file ch.rasc.wampspring.method.WampMessageTypeMessageCondition.java

/**
 * A message condition that checks the message type.
 *
 * @author Rossen Stoyanchev
 * @author Ralph Schaer
 */

From source file ch.rasc.wampspring.method.DestinationPatternsMessageCondition.java

/**
 * A {@link MessageCondition} for matching the destination of a Message against one or
 * more destination patterns using a {@link PathMatcher}.
 *
 * @author Rossen Stoyanchev
 * @author Ralph Schaer