Package org.graylog2.notifications
Class DeletedStreamNotificationListener
java.lang.Object
org.graylog2.notifications.DeletedStreamNotificationListener
-
Constructor Summary
ConstructorsConstructorDescriptionDeletedStreamNotificationListener(com.google.common.eventbus.EventBus eventBus, NotificationService notificationService) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleStreamDeleted(StreamDeletedEvent streamDeletedEvent)
-
Constructor Details
-
DeletedStreamNotificationListener
@Inject public DeletedStreamNotificationListener(com.google.common.eventbus.EventBus eventBus, NotificationService notificationService)
-
-
Method Details
-
handleStreamDeleted
-