SetItemFallback sets the ExecItemFallbackFunc.
(f func(ctx *PfContext, params map[string]any, item any, lastErr error) (any, error))
| 405 | |
| 406 | // SetItemFallback sets the ExecItemFallbackFunc. |
| 407 | func (bn *BatchNode) SetItemFallback(f func(ctx *PfContext, params map[string]any, item any, lastErr error) (any, error)) *BatchNode { |
| 408 | bn.ExecItemFallbackFunc = f |
| 409 | return bn |
| 410 | } |
| 411 | |
| 412 | // --- BaseNode Implementation for BatchNode --- |
| 413 |
no outgoing calls