Annotation Interface TriggerWhenAnyDestinationAvailable


@Documented @Target(TYPE) @Retention(RUNTIME) @Inherited public @interface TriggerWhenAnyDestinationAvailable
Marker annotation a 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).