Uses of Interface
com.consol.citrus.message.MessageSelector
-
Packages that use MessageSelector Package Description com.consol.citrus.message -
-
Uses of MessageSelector in com.consol.citrus.message
Classes in com.consol.citrus.message that implement MessageSelector Modifier and Type Class Description static classMessageSelector.AllAcceptingMessageSelectorSpecial message selector accepts all messages on queue.Methods in com.consol.citrus.message that return MessageSelector Modifier and Type Method Description MessageSelectorMessageSelector.MessageSelectorFactory. create(String key, String value, TestContext context)Create new message selector for given predicates.Methods in com.consol.citrus.message with parameters of type MessageSelector Modifier and Type Method Description voidMessageQueue. purge(MessageSelector selector)Purge messages selected by given selector.MessageMessageQueue. receive(MessageSelector selector)Supports selective consumption of messages on the queue.MessageMessageQueue. receive(MessageSelector selector, long timeout)Consume messages on the queue via message selector.
-