@Deprecated public interface OutboundRouterCatchAllStrategy extends MessageProcessor
RouterCatchAllStrategy
is a strategy interface that allows developers to hook in custom code when
an event is being routed on the inbound or outbound but does not match any of the criteria defined for the routing.
Think of catch all strategies as a safety net for your events to ensure that all events will get processed. If you
do not use conditional routing logic, you will not need a catch all strategy.
Deprecated from 3.6.0. This functionality is specific to Services.MuleEvent process(MuleEvent event) throws RoutingException
process
in interface MessageProcessor
event
- the current event being processedRoutingException
- if there is a failure while processing this message.Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.