Uses of Interface
org.apache.camel.ResumeStrategy
-
Packages that use ResumeStrategy Package Description org.apache.camel The core Camel API. -
-
Uses of ResumeStrategy in org.apache.camel
Classes in org.apache.camel 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.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
-