Interface NotificationActionProvider
@MinMuleVersion("4.1")
public interface NotificationActionProvider
A component responsible for providing an immutable
Set of NotificationActionDefinitions.- Since:
- 1.1
- See Also:
-
Method Summary
-
Method Details
-
getNotificationActions
Set<NotificationActionDefinition> getNotificationActions()- Returns:
- a
SetofNotificationActionDefinition.
-