Annotation Type EventFilter
-
@ComponentPropertyType @Retention(CLASS) @Target(TYPE) @RequireTypedEvent public @interface EventFilter
Component Property Type for theTypedEventConstants.TYPED_EVENT_FILTER
service property of an Event Handler service.This annotation can be used on an
TypedEventHandler
orUntypedEventHandler
component to declare the value of theTypedEventConstants.TYPED_EVENT_FILTER
service property.- Author:
- $Id: 3c99b991160eff4d897ce5040a15a591597d5dce $
- See Also:
- "Component Property Types"
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
Service property specifying the event filter for aTypedEventHandler
orUntypedEventHandler
service.
-
-
-
Element Detail
-
value
java.lang.String value
Service property specifying the event filter for aTypedEventHandler
orUntypedEventHandler
service.- Returns:
- The event filter.
- See Also:
TypedEventConstants.TYPED_EVENT_FILTER
-
-