Uses of Interface
org.apache.camel.resume.ResumeStrategy
Packages that use ResumeStrategy
-
Uses of ResumeStrategy in org.apache.camel
Methods in org.apache.camel with parameters of type ResumeStrategyModifier and TypeMethodDescriptionvoidRoute.setResumeStrategy(ResumeStrategy resumeStrategy) Sets the resume strategy for the route -
Uses of ResumeStrategy in org.apache.camel.resume
Classes in org.apache.camel.resume with type parameters of type ResumeStrategyModifier and TypeInterfaceDescriptioninterfaceResumeAware<T extends ResumeStrategy>An interface to represent an object which wishes to support resume operations using aResumeStrategy.