Annotation Interface 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.

See Also:
  • "Component Property Types"
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Service property identifying the asynchronous support of a filter.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Prefix for the property name.
  • Field Details

    • PREFIX_

      static final String PREFIX_
      Prefix for the property name. This value is prepended to each property name.
      See Also:
  • Element Details

    • asyncSupported

      boolean asyncSupported
      Service property identifying the asynchronous support of a filter.
      Returns:
      Whether the filter supports asynchronous processing.
      See Also:
      Default:
      true