Module org.mule.sdk.api
Package org.mule.sdk.api.notification
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 TypeMethodDescriptionorg.mule.runtime.api.metadata.DataTypeIndicates theClassof the data associated to the notification
-
Method Details
-
getDataType
org.mule.runtime.api.metadata.DataType getDataType()Indicates theClassof the data associated to the notification- Returns:
- the type of the notification data.
-