Annotation Type EventTopics
@ComponentPropertyType
@Retention(CLASS)
@Target(TYPE)
@RequireTypedEvent
public @interface EventTopics
Component Property Type for the
TypedEventConstants.TYPED_EVENT_TOPICS
service property of a TypedEventHandler or
UntypedEventHandler 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:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionString[]Service property specifying theEventtopics of interest to anTypedEventHandlerorUntypedEventHandlerservice.
-
Element Details
-
value
String[] valueService property specifying theEventtopics of interest to anTypedEventHandlerorUntypedEventHandlerservice.- Returns:
- The event topics.
- See Also:
-