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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidNotifies all active sessionsvoidnotifyUserSession(String username) Notifies session (if active) of specific user
- 
Field Details- 
uiEventPublisher
 
- 
- 
Constructor Details- 
VaadinSessionNotificationEventPublisher
 
- 
- 
Method Details- 
notifyUserSessionDescription copied from interface:UserSessionNotifierNotifies session (if active) of specific user- Specified by:
- notifyUserSessionin interface- UserSessionNotifier
- Parameters:
- username- username
 
- 
notifyAllUserSessionspublic void notifyAllUserSessions()Description copied from interface:UserSessionNotifierNotifies all active sessions- Specified by:
- notifyAllUserSessionsin interface- UserSessionNotifier
 
 
-