|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.routing.AbstractCatchAllStrategy
org.mule.routing.LoggingCatchAllStrategy
public class LoggingCatchAllStrategy
LoggingCatchAllStrategy
is a simple strategy that only logs any
events not caught by the router associated with this strategy. This should
not be used in production unless it is acceptable for events to be lost.
Field Summary |
---|
Fields inherited from class org.mule.routing.AbstractCatchAllStrategy |
---|
statistics |
Constructor Summary | |
---|---|
LoggingCatchAllStrategy()
|
Method Summary | |
---|---|
MuleEvent |
doCatchMessage(MuleEvent event)
|
Methods inherited from class org.mule.routing.AbstractCatchAllStrategy |
---|
getRouterStatistics, process, setRouterStatistics |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoggingCatchAllStrategy()
Method Detail |
---|
public MuleEvent doCatchMessage(MuleEvent event) throws RoutingException
doCatchMessage
in class AbstractCatchAllStrategy
RoutingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |