Uses of Class
org.apache.camel.model.ResumableDefinition
-
Packages that use ResumableDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of ResumableDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return ResumableDefinition Modifier and Type Method Description ResumableDefinitionResumableDefinition. intermittent(boolean intermittent)Sets whether the offsets will be intermittently present or whether they must be present in every exchangeResumableDefinitionProcessorDefinition. resumable()This defines the route as resumable, which allows the route to work with the endpoints and components to manage the state of consumers and resume upon restart.ResumableDefinitionResumableDefinition. resumeStrategy(String resumeStrategyRef)Sets the resume strategy to useResumableDefinitionResumableDefinition. resumeStrategy(String resumeStrategyRef, String loggingLevelRef)Sets the resume strategy to useResumableDefinitionResumableDefinition. resumeStrategy(org.apache.camel.resume.ResumeStrategy resumeStrategy)Sets the resume strategy to useResumableDefinitionResumableDefinition. resumeStrategy(org.apache.camel.resume.ResumeStrategy resumeStrategy, String loggingLevelRef)Sets the resume strategy to use
-