public interface AlertTopicListenerService
| Modifier and Type | Method and Description |
|---|---|
AlertTopicListener |
getListener(Id<AlertTopicListener,UUID> id)
Returns the Alert Topic Listener for the given unique identifier.
|
List<AlertTopicListener> |
listListeners(String apId)
Returns the list of registered Alert Topic listeners.
|
AlertTopicListener |
registerListener(AlertTopicListener listener,
Authentication auth)
Register an alert topic listener.
|
void |
removeListener(Id<AlertTopicListener,UUID> id,
Authentication auth)
Removes the Alert Topic Listener with the given unique identifier.
|
AlertTopicListener |
updateListener(AlertTopicListener listener,
Authentication auth)
Updates the given alert topic listener.
|
List<AlertTopicListener> listListeners(String apId)
apId - the application identifierAlertTopicListener getListener(Id<AlertTopicListener,UUID> id)
id - the unique identifierAlertTopicListener registerListener(AlertTopicListener listener, Authentication auth)
listener - the listener to registerauth - the authentication record for the user that invoked this
methodvoid removeListener(Id<AlertTopicListener,UUID> id, Authentication auth)
id - the unique identifierauth - the authentication record for the user that invoked this
methodAlertTopicListener updateListener(AlertTopicListener listener, Authentication auth)
listener - the listener to updateauth - the authentication record for the user that invoked this
methodCopyright © 2014. All Rights Reserved.