JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.camel.resume
ResumeAction
Contents
Description
Method Summary
Method Details
evalEntry(Object, Object)
Hide sidebar
Show sidebar
Interface ResumeAction
public interface
ResumeAction
Provides and interface for integrations to run actions during resume
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
evalEntry
(
Object
key,
Object
value)
Runs an action on an resumable (entry)
Method Details
evalEntry
boolean
evalEntry
(
Object
key,
Object
value)
Runs an action on an resumable (entry)
Parameters:
key
- the resumable key
value
- the resumable value
Returns:
true if the entry addressed should be invalidated or false otherwise