Interface ResumeAction


  • public interface ResumeAction
    Provides and interface for integrations to run actions during resume
    • Method Detail

      • 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