Class NoRedeliveryPolicyModelProperty
java.lang.Object
org.mule.runtime.extension.api.property.NoRedeliveryPolicyModelProperty
- All Implemented Interfaces:
Serializable,org.mule.runtime.api.meta.model.ModelProperty,org.mule.runtime.api.meta.NamedObject
public class NoRedeliveryPolicyModelProperty
extends Object
implements org.mule.runtime.api.meta.model.ModelProperty
Marker
ModelProperty meant to be applied on SourceModel instances. Signals that the annotated source should not
be enriched with a redelivery policy parameter.
This class is stateless, whenever possible use INSTANCE instead of creating new instances for memory efficiency.
- Since:
- 1.5.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NoRedeliveryPolicyModelProperty
public NoRedeliveryPolicyModelProperty()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.mule.runtime.api.meta.model.ModelProperty- Specified by:
getNamein interfaceorg.mule.runtime.api.meta.NamedObject
-
isPublic
public boolean isPublic()- Specified by:
isPublicin interfaceorg.mule.runtime.api.meta.model.ModelProperty
-