Annotation Type EventTopics
-
@ComponentPropertyType @Retention(CLASS) @Target(TYPE) @RequireEventAdmin public @interface EventTopics
Component Property Type for theEventConstants.EVENT_TOPICservice property of anEventHandlerservice.This annotation can be used on an
EventHandlercomponent to declare the values of theEventConstants.EVENT_TOPICservice property.- Since:
- 1.4
- See Also:
- "Component Property Types"
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]valueService property specifying theEventtopics of interest to anEventHandlerservice.
-
-
-
Element Detail
-
value
java.lang.String[] value
Service property specifying theEventtopics of interest to anEventHandlerservice.- Returns:
- The event topics.
- See Also:
EventConstants.EVENT_TOPIC
-
-