public class ScheduleAsEmailDatasinkEmailNotificationHooker extends SchedulerExecutionHookAdapter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_EMAIL_DATASINK_NOTIFICATION_SUBJECT_SUCCESS |
static java.lang.String |
PROPERTY_EMAIL_DATASINK_NOTIFICATION_TEXT_SUCCESS |
static java.lang.String |
PROPERTY_EXCEPTION |
static java.lang.String |
PROPERTY_EXCEPTIONST |
Constructor and Description |
---|
ScheduleAsEmailDatasinkEmailNotificationHooker(Configuration config,
MailService mailService,
RemoteMessageService remoteMessageService) |
Modifier and Type | Method and Description |
---|---|
void |
actionExecutionEndedSuccessfully(AbstractJob abstractJob,
AbstractAction abstractAction,
ExecutionLogEntry logEntry)
wrapped in transaction
|
actionExecutionAboutToStart, actionExecutionEndedAbnormally, doesVetoActionExecution, doesVetoExecution, executionEndedAbnormally, executionEndedSuccessfully, informAboutVeto, informAboutVeto, jobExecutionAboutToStart, jobExecutionEndedAbnormally
public static final java.lang.String PROPERTY_EXCEPTION
public static final java.lang.String PROPERTY_EXCEPTIONST
public static final java.lang.String PROPERTY_EMAIL_DATASINK_NOTIFICATION_SUBJECT_SUCCESS
public static final java.lang.String PROPERTY_EMAIL_DATASINK_NOTIFICATION_TEXT_SUCCESS
public ScheduleAsEmailDatasinkEmailNotificationHooker(Configuration config, MailService mailService, RemoteMessageService remoteMessageService)
public void actionExecutionEndedSuccessfully(AbstractJob abstractJob, AbstractAction abstractAction, ExecutionLogEntry logEntry)
SchedulerExecutionHook
actionExecutionEndedSuccessfully
in interface SchedulerExecutionHook
actionExecutionEndedSuccessfully
in class SchedulerExecutionHookAdapter