Uses of Class
io.vertigo.social.impl.notification.NotificationEvent
-
Packages that use NotificationEvent Package Description io.vertigo.social.impl.notification io.vertigo.social.plugins.notification.memory io.vertigo.social.plugins.notification.redis -
-
Uses of NotificationEvent in io.vertigo.social.impl.notification
Methods in io.vertigo.social.impl.notification with parameters of type NotificationEvent Modifier and Type Method Description void
NotificationPlugin. send(NotificationEvent notificationEvent)
-
Uses of NotificationEvent in io.vertigo.social.plugins.notification.memory
Methods in io.vertigo.social.plugins.notification.memory with parameters of type NotificationEvent Modifier and Type Method Description void
MemoryNotificationPlugin. send(NotificationEvent notificationEvent)
-
Uses of NotificationEvent in io.vertigo.social.plugins.notification.redis
Methods in io.vertigo.social.plugins.notification.redis with parameters of type NotificationEvent Modifier and Type Method Description void
RedisNotificationPlugin. send(NotificationEvent notificationEvent)
-