Package org.apache.camel.impl.engine
Class CamelInternalProcessor.RoutePolicyAdvice
java.lang.Object
org.apache.camel.impl.engine.CamelInternalProcessor.RoutePolicyAdvice
- All Implemented Interfaces:
org.apache.camel.spi.CamelInternalProcessorAdvice
- Enclosing class:
- CamelInternalProcessor
public static class CamelInternalProcessor.RoutePolicyAdvice
extends Object
implements org.apache.camel.spi.CamelInternalProcessorAdvice
Advice to execute any
RoutePolicy
a route may have been configured with.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RoutePolicyAdvice
-
-
Method Details
-
setRoute
public void setRoute(org.apache.camel.Route route) -
before
- Specified by:
before
in interfaceorg.apache.camel.spi.CamelInternalProcessorAdvice
- Throws:
Exception
-
after
- Specified by:
after
in interfaceorg.apache.camel.spi.CamelInternalProcessorAdvice
- Throws:
Exception
-
hasState
public boolean hasState()- Specified by:
hasState
in interfaceorg.apache.camel.spi.CamelInternalProcessorAdvice
-