Class: FlowNodes::BatchNode

Inherits:
Node show all
Defined in:
lib/flow_nodes/batch_node.rb

Overview

A node that processes a batch of items sequentially.

Instance Attribute Summary

Attributes inherited from Node

#current_retry, #max_retries, #wait

Attributes inherited from BaseNode

#params, #successors

Method Summary

Methods inherited from Node

#_run, #initialize

Methods inherited from BaseNode

#-, #>>, #exec, #initialize, #initialize_copy, #nxt, #run, #set_params

Constructor Details

This class inherits a constructor from FlowNodes::Node