Package org.apache.camel.impl.engine
Class CamelInternalProcessor.RouteInflightRepositoryAdvice
java.lang.Object
org.apache.camel.impl.engine.CamelInternalProcessor.RouteInflightRepositoryAdvice
- All Implemented Interfaces:
org.apache.camel.spi.CamelInternalProcessorAdvice
- Enclosing class:
- CamelInternalProcessor
public static class CamelInternalProcessor.RouteInflightRepositoryAdvice
extends Object
implements org.apache.camel.spi.CamelInternalProcessorAdvice
Advice to keep the
InflightRepository up to date.-
Constructor Summary
ConstructorsConstructorDescriptionRouteInflightRepositoryAdvice(org.apache.camel.spi.InflightRepository inflightRepository, String id) -
Method Summary
-
Constructor Details
-
RouteInflightRepositoryAdvice
public RouteInflightRepositoryAdvice(org.apache.camel.spi.InflightRepository inflightRepository, String id)
-
-
Method Details
-
before
- Specified by:
beforein interfaceorg.apache.camel.spi.CamelInternalProcessorAdvice- Throws:
Exception
-
after
- Specified by:
afterin interfaceorg.apache.camel.spi.CamelInternalProcessorAdvice- Throws:
Exception
-
hasState
public boolean hasState()- Specified by:
hasStatein interfaceorg.apache.camel.spi.CamelInternalProcessorAdvice
-