Annotation Interface ConditionalOnThreading


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Conditional(org.springframework.boot.autoconfigure.condition.OnThreadingCondition.class) public @interface ConditionalOnThreading
@Conditional that matches when the specified threading is active.
Since:
3.2.0
Author:
Moritz Halbritter
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The threading that must be active.
  • Element Details

    • value

      Threading value
      The threading that must be active.
      Returns:
      the expected threading