public interface OperationPolicy
| Modifier and Type | Method and Description |
|---|---|
Event |
process(Event operationEvent)
Process the policy chain of processors.
|
Event process(Event operationEvent) throws Exception
nextOperation function has the behaviour to be executed by the
next-operation of the chain.operationEvent - the event with the data to execute the operationevent through the policy chain.ExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.