@org.osgi.service.component.annotations.Component(service: EventHandler, immediate: true) @org.osgi.service.event.propertytypes.EventTopics(value: NotificationConstants.TOPIC_JOB_FINISHED) @org.osgi.service.event.propertytypes.EventFilter(value: (event.job.topic=groovyconsole/job*)) @Slf4j(value: LOG) class DefaultGroovyConsoleEmailNotificationEventHandler extends AbstractGroovyConsoleScheduledJobEventHandler
| Modifiers | Name | Description |
|---|---|---|
private AuditService |
auditService |
|
private EmailNotificationService |
emailNotificationService |
| Constructor and description |
|---|
DefaultGroovyConsoleEmailNotificationEventHandler() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected AuditService |
getAuditService() |
|
protected void |
handleScheduledJobEvent(RunScriptResponse response) |
| Methods inherited from class | Name |
|---|---|
class AbstractGroovyConsoleScheduledJobEventHandler |
getAuditService, handleEvent, handleScheduledJobEvent |