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 theEvent
topics of interest to anEventHandler
service.
-
Element Details
-
value
String[] valueService property specifying theEvent
topics of interest to anEventHandler
service.- Returns:
- The event topics.
- See Also:
-