Instead of passing handler directly to handlerGeneric/issuedGossipHandlerGeneric first build dictionaries of functions and pass this dictionaries to functions. Only reason for such transformation is ease of documentation. Dictionary fields are natural place to describe logic of handler and current/lagging/ahead functions becomes self-documenting to a degree
Instead of passing handler directly to handlerGeneric/issuedGossipHandlerGeneric first build dictionaries of functions and pass this dictionaries to functions. Only reason for such transformation is ease of documentation. Dictionary fields are natural place to describe logic of handler and current/lagging/ahead functions becomes self-documenting to a degree