@Documented @Target(value=TYPE) @Retention(value=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
Modifier and Type | Optional Element and Description |
---|---|
LogLevel |
bulletinLevel |
String |
penaltyDuration |
String |
yieldDuration |
Copyright © 2022 Apache NiFi Project. All rights reserved.