Annotation Interface DefaultSettings


@Documented @Target(TYPE) @Retention(RUNTIME) @Inherited public @interface DefaultSettings

Marker interface that a Processor can use to configure the yield duration, the penalty duration and the bulletin log level. Note that the number of Concurrent tasks will be ignored if the annotation @TriggerSerialy is used

  • Element Details

    • yieldDuration

      String yieldDuration
      Default:
      "1 sec"
    • penaltyDuration

      String penaltyDuration
      Default:
      "30 sec"
    • bulletinLevel

      LogLevel bulletinLevel
      Default:
      WARN