Annotation Type EventTopics
-
@ComponentPropertyType @Retention(CLASS) @Target(TYPE) @RequireTypedEvent public @interface EventTopics
Component Property Type for theTypedEventConstants.TYPED_EVENT_TOPICS
service property of aTypedEventHandler
orUntypedEventHandler
service.This annotation can be used on a component to declare the values of the
TypedEventConstants.TYPED_EVENT_TOPICS
service property.- Author:
- $Id: a82d95f6131235a5f94b7a778ea8e19ef968df41 $
- See Also:
- "Component Property Types"
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]
value
Service property specifying theEvent
topics of interest to anTypedEventHandler
orUntypedEventHandler
service.
-
-
-
Element Detail
-
value
java.lang.String[] value
Service property specifying theEvent
topics of interest to anTypedEventHandler
orUntypedEventHandler
service.- Returns:
- The event topics.
- See Also:
TypedEventConstants.TYPED_EVENT_TOPICS
-
-