Interface StandardProcessSession.ConnectionPoller
- Enclosing class:
StandardProcessSession
private static interface StandardProcessSession.ConnectionPoller
Callback interface used to poll a FlowFileQueue, in order to perform
functional programming-type of polling a queue
-
Method Summary
Modifier and TypeMethodDescriptionpoll(Connection connection, Set<FlowFileRecord> expiredRecords)
-
Method Details
-
poll
-