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 theInflightRepositoryup to date.
-
-
Constructor Summary
Constructors Constructor Description RouteInflightRepositoryAdvice(org.apache.camel.spi.InflightRepository inflightRepository, String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafter(org.apache.camel.Exchange exchange, Object state)Objectbefore(org.apache.camel.Exchange exchange)booleanhasState()
-
-
-
Constructor Detail
-
RouteInflightRepositoryAdvice
public RouteInflightRepositoryAdvice(org.apache.camel.spi.InflightRepository inflightRepository, String id)
-
-
Method Detail
-
before
public Object before(org.apache.camel.Exchange exchange) throws Exception
- Specified by:
beforein interfaceorg.apache.camel.spi.CamelInternalProcessorAdvice- Throws:
Exception
-
after
public void after(org.apache.camel.Exchange exchange, Object state) throws Exception- Specified by:
afterin interfaceorg.apache.camel.spi.CamelInternalProcessorAdvice- Throws:
Exception
-
hasState
public boolean hasState()
- Specified by:
hasStatein interfaceorg.apache.camel.spi.CamelInternalProcessorAdvice
-
-