public class AssertionMessageProcessor extends Object implements MessageProcessor, FlowConstructAware, Startable
| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
protected ExpressionManager |
expressionManager |
protected FlowConstruct |
flowConstruct |
protected String |
message |
protected boolean |
needToMatchCount |
protected int |
timeout |
PHASE_NAME| Constructor and Description |
|---|
AssertionMessageProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
countFailOrNullEvent() |
Boolean |
expressionFailed() |
MuleEvent |
process(MuleEvent event) |
void |
reset() |
void |
setCount(int count) |
void |
setExpression(String expression) |
void |
setFlowConstruct(FlowConstruct flowConstruct) |
void |
setMessage(String message) |
void |
start() |
void |
verify()
If result evaluated to false in some processed event or the last processed
event was null, then assert fails, otherwise:
count was set & count processes were done => ok
count was set & count processes were not done => fail
count was not set & at least one processing were done => ok
|
protected String expression
protected String message
protected boolean needToMatchCount
protected int timeout
protected FlowConstruct flowConstruct
protected ExpressionManager expressionManager
public void setExpression(String expression)
public void start()
throws InitialisationException
start in interface StartableInitialisationExceptionpublic MuleEvent process(MuleEvent event) throws MuleException
process in interface MessageProcessorMuleExceptionpublic void verify()
throws InterruptedException
InterruptedExceptionpublic Boolean countFailOrNullEvent() throws InterruptedException
InterruptedExceptionpublic Boolean expressionFailed()
public void reset()
public void setFlowConstruct(FlowConstruct flowConstruct)
setFlowConstruct in interface FlowConstructAwarepublic void setMessage(String message)
public void setCount(int count)
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.