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