class Karafka::Params::ParamsBatch
def each
- Note: - Invocation of this method will cause loading and parsing each param after another.
Other tags:
- Yieldparam: each - parsed and loaded params instance
def each @params_batch.each { |param| yield(param.retrieve!) } end