public final MuleEvent process(MuleEvent event) throws RoutingException
{
RouterStatistics stats = getRouterStatistics();
if(stats !=null && stats.isEnabled())
{
stats.incrementCaughtMessage();
}
else
{
logger.warn("Routing statistics not set on catch all strategy, this invocation will not be recorded.");
}