Package com.persequor.extension.issue
package com.persequor.extension.issue
-
ClassDescriptionIndicates that the issue action is an asynchronous action.This should not be directly extended, but rather
LinkIssueAction
,AsyncIssueAction
,BatchLinkIssueAction
orBatchAsyncIssueAction
should be used.An implementation of this interface is a handler that receives an issue and performs an action with it This will get called after the issues have been persisted For example it can dispatch the issue to a queue or send a notification to an external systemAn implementation of this interface is a handler that receives an issue and can determine what to do with the issue, persist it (the default behaviour), to delete it directly, or to push it directly back to the queue from whence it came.The intention of this class is to represent an issue for read-only purposes.Indicates that the issue action is a link action.