@Service(name="service-eventbus") @RunLevel(value=10) @MessageReceiver public class EventbusNotifierService extends BaseNotifierService<EventbusNotificationEvent,EventbusNotifier,EventbusNotifierConfiguration>
EventListener.Event<T>events| Constructor and Description |
|---|
EventbusNotifierService() |
| Modifier and Type | Method and Description |
|---|---|
void |
bootstrap() |
void |
handleNotification(NotificationEvent event) |
void |
shutdown() |
event, getNotifierConfigType, getNotifierConfigurationExecutionOptions, getNotifierType, getType, register, register, resetpublic void handleNotification(@SubscribeTo
NotificationEvent event)
handleNotification in class BaseNotifierService<EventbusNotificationEvent,EventbusNotifier,EventbusNotifierConfiguration>public void bootstrap()
bootstrap in class BaseNotifierService<EventbusNotificationEvent,EventbusNotifier,EventbusNotifierConfiguration>public void shutdown()
shutdown in class BaseNotifierService<EventbusNotificationEvent,EventbusNotifier,EventbusNotifierConfiguration>Copyright © 2019. All rights reserved.