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