Interface UserSessionNotifier

All Known Implementing Classes:
VaadinSessionNotificationEventPublisher

public interface UserSessionNotifier
Allows to perform push-notification of user UI session. Implementation depends on UI client. Used to make UI respond to In-app notifications.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies all active sessions
    void
    Notifies session (if active) of specific user
  • Method Details

    • notifyUserSession

      void notifyUserSession(String username)
      Notifies session (if active) of specific user
      Parameters:
      username - username
    • notifyAllUserSessions

      void notifyAllUserSessions()
      Notifies all active sessions