Package org.apache.camel.processor
Class CamelInternalProcessor.RouteInflightRepositoryAdvice
- java.lang.Object
-
- org.apache.camel.processor.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 theInflightRepository
up 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 void
after(org.apache.camel.Exchange exchange, Object state)
Object
before(org.apache.camel.Exchange exchange)
boolean
hasState()
-
-
-
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:
before
in interfaceorg.apache.camel.spi.CamelInternalProcessorAdvice
- Throws:
Exception
-
after
public void after(org.apache.camel.Exchange exchange, Object state) throws Exception
- Specified by:
after
in interfaceorg.apache.camel.spi.CamelInternalProcessorAdvice
- Throws:
Exception
-
hasState
public boolean hasState()
- Specified by:
hasState
in interfaceorg.apache.camel.spi.CamelInternalProcessorAdvice
-
-