Uses of Class
io.tech1.framework.domain.notifications.Notification
-
Packages that use Notification Package Description io.tech1.framework.domain.notifications -
-
Uses of Notification in io.tech1.framework.domain.notifications
Methods in io.tech1.framework.domain.notifications that return Notification Modifier and Type Method Description static NotificationNotification. error(String message)static NotificationNotification. info(String message)static NotificationNotification. success(String message)static NotificationNotification. warning(String message)
-