Package org.apache.camel.resume
Interface ResumeAdapter
-
- All Known Subinterfaces:
ResumeActionAware
public interface ResumeAdapter
A resume adapter provides the component-specific logic that plugs the more generic strategic with the lower level requirements of the component being used. The adapter class responsibility is to bind the component-specific part of the logic to the more generic handling of the resume strategy. The adapter is always component specific and some components may have more than one. It is the responsibility of the supported components to implement the custom implementation for this part of the resume API, as well as to offer component-specific interfaces that can be specialized by other integrations.
-
-
Field Summary
Fields Modifier and Type Field Description static String
RESUME_ADAPTER_FACTORY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
resume()
Execute the resume logic for the adapter
-
-
-
Field Detail
-
RESUME_ADAPTER_FACTORY
static final String RESUME_ADAPTER_FACTORY
- See Also:
- Constant Field Values
-
-