Open
Description
See the original implementation where the processor function is only executed once if it's a known method.
I'm not sure if this is an optimization to prevent duplicate calls, or if multiple invocations could lead to some undesired state? i.e. the processor function is not idempotent.