Package com.consol.citrus.actions
Class PurgeMessageChannelAction.AllAcceptingMessageSelector
- java.lang.Object
-
- com.consol.citrus.actions.PurgeMessageChannelAction.AllAcceptingMessageSelector
-
- All Implemented Interfaces:
org.springframework.integration.core.GenericSelector<org.springframework.messaging.Message<?>>,org.springframework.integration.core.MessageSelector
- Enclosing class:
- PurgeMessageChannelAction
public static final class PurgeMessageChannelAction.AllAcceptingMessageSelector extends Object implements org.springframework.integration.core.MessageSelector
Special message selector accepts all messages on queue channel.
-
-
Constructor Summary
Constructors Constructor Description AllAcceptingMessageSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(org.springframework.messaging.Message<?> message)
-
-
-
Method Detail
-
accept
public boolean accept(org.springframework.messaging.Message<?> message)
- Specified by:
acceptin interfaceorg.springframework.integration.core.GenericSelector<org.springframework.messaging.Message<?>>- Specified by:
acceptin interfaceorg.springframework.integration.core.MessageSelector
-
-