@Service(name="service-email") @RunLevel(value=10) @MessageReceiver public class EmailNotifierService extends QueueBasedNotifierService<EmailNotificationEvent,EmailNotifier,EmailNotifierConfiguration,EmailMessageQueue>
EventListener.Event<T>
queue, scheduledFuture
events
Modifier and Type | Method and Description |
---|---|
void |
bootstrap() |
void |
handleNotification(NotificationEvent event) |
initializeExecutor, reset, scheduleExecutor, shutdown
event, getNotifierConfigType, getNotifierConfigurationExecutionOptions, getNotifierType, getType, register, register, reset
public void handleNotification(@SubscribeTo NotificationEvent event)
handleNotification
in class BaseNotifierService<EmailNotificationEvent,EmailNotifier,EmailNotifierConfiguration>
public void bootstrap()
bootstrap
in class BaseNotifierService<EmailNotificationEvent,EmailNotifier,EmailNotifierConfiguration>
Copyright © 2019. All rights reserved.