Interface GatewaySessionManager


  • public interface GatewaySessionManager
    • Method Detail

      • getSessionCount

        int getSessionCount()
      • sendNotification

        void sendNotification​(int scope,
                              java.lang.String moduleId,
                              java.lang.String messageType,
                              java.io.Serializable message)
                       throws java.lang.Exception
        Sends the given push notification message to all sessions that match the scope.
        Throws:
        java.lang.Exception
        See Also:
        ApplicationScope