Notification Code.
This commit is contained in:
@@ -341,5 +341,9 @@ public class GepafinConstant {
|
||||
public static final String POLLING_THREAD_NAME = "Ndg-Polling-Thread-";
|
||||
public static final String DOCUMENT_UPLOADING_IN_PROGRESS = "document.uploading.is.in.progress";
|
||||
public static final String ASYNC_DOCUMENT_UPLOAD_NAME = "AsyncDocumentUpload-";
|
||||
|
||||
//Notification
|
||||
public static final String COMMON_SINGLE_CHANNEL_PREFIX = "/topic/notifications_user_";
|
||||
public static final String COMPANY_PREFIX = "_company_";
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
package net.gepafin.tendermanagement.constants;
|
||||
|
||||
public class NotificationConstant {
|
||||
public static final String NOTIFICATION_SENT_SUCCESSFULLY = "Notification Sent Successfully.";
|
||||
}
|
||||
Reference in New Issue
Block a user