mule - Stop the continuation of a flow within a devkit @processor -
is there agreed upon way stop continuation of flow within devit @processor method? want behave filter, message dropped.
yes: define intercepting processor.
@processor(intercepting = true) public foo(..., final sourcecallback sourcecallback)
Comments
Post a Comment