Class VaadinSessionNotificationEventPublisher
java.lang.Object
io.jmix.notificationsflowui.event.VaadinSessionNotificationEventPublisher
- All Implemented Interfaces:
UserSessionNotifier
@Component("ntf_VaadinSessionNotificationEventPublisher")
public class VaadinSessionNotificationEventPublisher
extends Object
implements UserSessionNotifier
Allows to notify active Vaadin sessions.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidNotifies all active sessionsvoidnotifyUserSession(String username) Notifies session (if active) of specific user
-
Field Details
-
uiEventPublisher
-
-
Constructor Details
-
VaadinSessionNotificationEventPublisher
-
-
Method Details
-
notifyUserSession
Description copied from interface:UserSessionNotifierNotifies session (if active) of specific user- Specified by:
notifyUserSessionin interfaceUserSessionNotifier- Parameters:
username- username
-
notifyAllUserSessions
public void notifyAllUserSessions()Description copied from interface:UserSessionNotifierNotifies all active sessions- Specified by:
notifyAllUserSessionsin interfaceUserSessionNotifier
-