Interface QueueProvider
public interface QueueProvider
Provides a collection of
FlowFileQueues that represents all
queues in the current flow-
Method Summary
-
Method Details
-
getAllQueues
Collection<FlowFileQueue> getAllQueues()- Returns:
- all
FlowFileQueues that currently exist in the flow
-