@MinMuleVersion(value="4.1") @Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) @Documented public @interface Fires
classes of an NotificationActionProvider, to communicate and declare which
NotificationActionDefinitions a component could fire.
This annotation can be applied to an Operation method, an Operation container class, an Extension class or a source.
The annotation value to consider is the one of in the deepest level, eg: If the annotation is used in an operation method and
in an extension class, the one to use is the one in the operation.
NotificationActionProvider,
NotificationActionDefinition| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends NotificationActionProvider>[] |
value |
public abstract Class<? extends NotificationActionProvider>[] value
NotificationActionProvider to useCopyright © 2024 MuleSoft, Inc.. All rights reserved.