Package org.apache.camel.resume
Interface ResumeAdapter
-
public interface ResumeAdapterA resume adapter provides the component-specific logic that plugs the more generic strategic with the lower level requirements of the component being used. 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresume()Execute the resume logic for the adapter
-