@Documented @Target(value=TYPE) @Retention(value=RUNTIME) @Inherited public @interface TriggerWhenAnyDestinationAvailable
Processor
implementation can use to indicate that the Processor is to be triggered if
any of its destinations has available space for incoming FlowFiles. By
default, Processors are triggered only when all destinations report that they
have available space (i.e., none of the outgoing Connections is full).Copyright © 2022 Apache NiFi Project. All rights reserved.