@Documented @Target(value=TYPE) @Retention(value=RUNTIME) @Inherited public @interface TriggerSerially
Processor
implementation can use to indicate that the Processor is not safe for
concurrent execution of its onTrigger() method. By default, Processors are
assumed to be safe for concurrent execution.Copyright © 2022 Apache NiFi Project. All rights reserved.