Uses of Interface
org.apache.camel.resume.ResumeStrategy
-
Packages that use ResumeStrategy Package Description org.apache.camel The core Camel API.org.apache.camel.resume -
-
Uses of ResumeStrategy in org.apache.camel
Methods in org.apache.camel with parameters of type ResumeStrategy Modifier and Type Method Description voidRoute. 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 ResumeStrategy Modifier and Type Interface Description interfaceResumeAware<T extends ResumeStrategy>An interface to represent an object which wishes to support resume operations using aResumeStrategy.
-