@BeanPropertyType @RequireEventAdmin @Retention(value=RUNTIME) @Target(value={FIELD,METHOD,TYPE}) public @interface EventDelivery
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.
public abstract String[] value
Event delivery qualities
requested by an EventHandler service.
The supported delivery qualities are:
EventConstants.DELIVERY_ASYNC_ORDEREDEventConstants.DELIVERY_ASYNC_UNORDERED}EventConstants.EVENT_DELIVERYCopyright © 2019 The Apache Software Foundation. All rights reserved.