Uses of Class
org.apache.camel.model.ResumableDefinition
Packages that use ResumableDefinition
-
Uses of ResumableDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return ResumableDefinitionModifier and TypeMethodDescriptionResumableDefinition.configuration(org.apache.camel.resume.ResumeStrategyConfigurationBuilder<? extends org.apache.camel.resume.ResumeStrategyConfigurationBuilder, ? extends org.apache.camel.resume.ResumeStrategyConfiguration> builder) Uses a configuration builder to auto-instantiate the resume strategyResumableDefinition.intermittent(boolean intermittent) Sets whether the offsets will be intermittently present or whether they must be present in every exchangeProcessorDefinition.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.ResumableDefinition.resumeStrategy(String resumeStrategyRef) Sets the resume strategy to useResumableDefinition.resumeStrategy(String resumeStrategyRef, String loggingLevelRef) Sets the resume strategy to useResumableDefinition.resumeStrategy(org.apache.camel.resume.ResumeStrategy resumeStrategy) Sets the resume strategy to useResumableDefinition.resumeStrategy(org.apache.camel.resume.ResumeStrategy resumeStrategy, String loggingLevelRef) Sets the resume strategy to use