Uses of Interface
org.apache.camel.resume.ResumeAdapter
-
Packages that use ResumeAdapter Package Description org.apache.camel.resume -
-
Uses of ResumeAdapter in org.apache.camel.resume
Subinterfaces of ResumeAdapter in org.apache.camel.resume Modifier and Type Interface Description interfaceResumeActionAwareProvides an interface for adapters and other resume-related code to allow them to offer a way to set actions to be executed during the resume process.Methods in org.apache.camel.resume with type parameters of type ResumeAdapter Modifier and Type Method Description default <T extends ResumeAdapter>
TResumeStrategy. getAdapter(Class<T> clazz)Gets and adapter for resuming operationsMethods in org.apache.camel.resume that return ResumeAdapter Modifier and Type Method Description ResumeAdapterResumeStrategy. getAdapter()Gets an adapter for resuming operationsMethods in org.apache.camel.resume with parameters of type ResumeAdapter Modifier and Type Method Description voidResumeStrategy. setAdapter(ResumeAdapter adapter)Sets an adapter for resuming operations with this strategy
-