public interface SelectiveConsumer extends Consumer
Modifier and Type | Method and Description |
---|---|
Message |
receive(String selector,
TestContext context)
Receive message with a message selector and default timeout.
|
Message |
receive(String selector,
TestContext context,
long timeout)
Receive message with a message selector and a receive timeout.
|
Message receive(String selector, TestContext context)
selector
- context
- Message receive(String selector, TestContext context, long timeout)
selector
- context
- timeout
- @returnCopyright © 2008–2017 ConSol Software GmbH. All rights reserved.