Annotation Type HttpWhiteboardFilterAsyncSupported
@ComponentPropertyType
@Retention(CLASS)
@Target(TYPE)
public @interface HttpWhiteboardFilterAsyncSupported
Component Property Type for the
osgi.http.whiteboard.filter.asyncSupported service property.
This annotation can be used on a Filter to declare the
value of the
HTTP_WHITEBOARD_FILTER_ASYNC_SUPPORTED service property.
- Since:
- 1.1
- Author:
- $Id: ada997505b75530af5758761ea587fd853d149df $
- See Also:
-
Field Summary
Fields -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanService property identifying the asynchronous support of a filter.
-
Field Details
-
PREFIX_
Prefix for the property name. This value is prepended to each property name.- See Also:
-
-
Element Details
-
asyncSupported
boolean asyncSupportedService property identifying the asynchronous support of a filter.- Returns:
- Whether the filter supports asynchronous processing.
- See Also:
- Default:
true
-