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

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -