Uses of Interface
org.apache.camel.resume.ResumeAdapter
Packages that use ResumeAdapter
-
Uses of ResumeAdapter in org.apache.camel.resume
Subinterfaces of ResumeAdapter in org.apache.camel.resumeModifier and TypeInterfaceDescriptioninterfaceProvides 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 ResumeAdapterModifier and TypeMethodDescriptiondefault <T extends ResumeAdapter>
TResumeStrategy.getAdapter(Class<T> clazz) Gets and adapter for resuming operationsMethods in org.apache.camel.resume that return ResumeAdapterModifier and TypeMethodDescriptionResumeStrategy.getAdapter()Gets an adapter for resuming operationsMethods in org.apache.camel.resume with parameters of type ResumeAdapterModifier and TypeMethodDescriptionvoidResumeStrategy.setAdapter(ResumeAdapter adapter) Sets an adapter for resuming operations with this strategy