@Component public class NotificationRegistrationDaoHelper extends Object
| Constructor and Description |
|---|
NotificationRegistrationDaoHelper() |
| Modifier and Type | Method and Description |
|---|---|
NotificationRegistrationEntity |
getNotificationRegistration(String namespace,
String name)
Gets a notification registration entity by its namespace and name, or throws an ObjectNotFoundException if not found.
|
public NotificationRegistrationEntity getNotificationRegistration(String namespace, String name)
namespace - The namespace of the notification registrationname - The name of the notification registrationCopyright © 2021. All rights reserved.