Uses of Interface
org.citrusframework.message.MessageSelector
Packages that use MessageSelector
-
Uses of MessageSelector in org.citrusframework.message
Classes in org.citrusframework.message that implement MessageSelectorModifier and TypeClassDescriptionstatic final classSpecial message selector accepts all messages on queue.Methods in org.citrusframework.message that return MessageSelectorModifier and TypeMethodDescriptionMessageSelector.MessageSelectorFactory.create(String key, String value, TestContext context) Create new message selector for given predicates.Methods in org.citrusframework.message with parameters of type MessageSelectorModifier and TypeMethodDescriptionvoidMessageQueue.purge(MessageSelector selector) Purge messages selected by given selector.MessageQueue.receive(MessageSelector selector) Supports selective consumption of messages on the queue.MessageQueue.receive(MessageSelector selector, long timeout) Consume messages on the queue via message selector.