java.lang.Object
org.mule.runtime.extension.internal.notification.ExtensionAction
All Implemented Interfaces:
org.mule.runtime.api.notification.Notification.Action

public class ExtensionAction extends Object implements org.mule.runtime.api.notification.Notification.Action
Notification.Action produced by extensions.
  • Constructor Details

    • ExtensionAction

      public ExtensionAction(String namespace, String id)
  • Method Details

    • getNamespace

      public String getNamespace()
      Specified by:
      getNamespace in interface org.mule.runtime.api.notification.Notification.Action
    • getIdentifier

      public String getIdentifier()
      Specified by:
      getIdentifier in interface org.mule.runtime.api.notification.Notification.Action