Annotation Type EventTopics
-
@ComponentPropertyType @Retention(CLASS) @Target(TYPE) @RequireTypedEvent public @interface EventTopics
Component Property Type for theTypedEventConstants.TYPED_EVENT_TOPICSservice property of aTypedEventHandlerorUntypedEventHandlerservice.This annotation can be used on a component to declare the values of the
TypedEventConstants.TYPED_EVENT_TOPICSservice property.- Author:
- $Id: a82d95f6131235a5f94b7a778ea8e19ef968df41 $
- 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 anTypedEventHandlerorUntypedEventHandlerservice.
-
-
-
Element Detail
-
value
java.lang.String[] value
Service property specifying theEventtopics of interest to anTypedEventHandlerorUntypedEventHandlerservice.- Returns:
- The event topics.
- See Also:
TypedEventConstants.TYPED_EVENT_TOPICS
-
-