Annotation Interface 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.
- See Also:
-
- "Component Property Types"
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionString[]
Service property specifying theEvent
topics of interest to anTypedEventHandler
orUntypedEventHandler
service.
-
Element Details
-
value
String[] valueService property specifying theEvent
topics of interest to anTypedEventHandler
orUntypedEventHandler
service.- Returns:
- The event topics.
- See Also:
-