Duration Route Policy
RoutePolicy which executes for a duration and then triggers an action. This can be used to stop the route after it has processed a number of messages, or has been running for N seconds.
Metadata
| Property |
Value |
| Interface Type |
org.apache.camel.spi.RoutePolicy |
| Version |
4.10.2 |
Maven Dependency
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-base-engine</artifactId>
<version>4.10.2</version>
</dependency>