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 theEvent
delivery qualities requested by anEventHandler
service.
-
Element Details
-
value
String[] valueService property specifying theEvent
delivery qualities requested by anEventHandler
service.The supported delivery qualities are:
- Returns:
- The requested event delivery qualities.
- See Also:
-