Interface NotificationActionDefinition<E extends Enum<E>>

Type Parameters:
E - Enum type

@MinMuleVersion("4.4") @DoNotEnforceMinMuleVersion public interface NotificationActionDefinition<E extends Enum<E>>
Identifies a notification action to be declared by extensions and must be implemented by an Enum.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    org.mule.runtime.api.metadata.DataType
    Indicates the Class of the data associated to the notification
  • Method Details

    • getDataType

      org.mule.runtime.api.metadata.DataType getDataType()
      Indicates the Class of the data associated to the notification
      Returns:
      the type of the notification data.