Annotation Interface EventDelivery
@ComponentPropertyType
@Retention(CLASS)
@Target(TYPE)
@RequireEventAdmin
public @interface EventDelivery
Component Property Type for the
EventConstants.EVENT_DELIVERY service
property of an EventHandler service.
This annotation can be used on an EventHandler component to declare
the value of the EventConstants.EVENT_DELIVERY service property.
- Since:
- 1.4
- See Also:
-
- "Component Property Types"
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionString[]Service property specifying theEventdelivery qualities requested by anEventHandlerservice.
-
Element Details
-
value
String[] valueService property specifying theEventdelivery qualities requested by anEventHandlerservice.The supported delivery qualities are:
- Returns:
- The requested event delivery qualities.
- See Also:
-