public static class CamelInternalProcessor.RouteInflightRepositoryAdvice extends Object implements org.apache.camel.spi.CamelInternalProcessorAdvice
InflightRepository up to date.| Constructor and Description |
|---|
RouteInflightRepositoryAdvice(org.apache.camel.spi.InflightRepository inflightRepository,
String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
after(org.apache.camel.Exchange exchange,
Object state) |
Object |
before(org.apache.camel.Exchange exchange) |
boolean |
hasState() |
public RouteInflightRepositoryAdvice(org.apache.camel.spi.InflightRepository inflightRepository,
String id)
public Object before(org.apache.camel.Exchange exchange) throws Exception
before in interface org.apache.camel.spi.CamelInternalProcessorAdviceExceptionpublic void after(org.apache.camel.Exchange exchange,
Object state)
throws Exception
after in interface org.apache.camel.spi.CamelInternalProcessorAdviceExceptionpublic boolean hasState()
hasState in interface org.apache.camel.spi.CamelInternalProcessorAdviceApache Camel