Instance Event Invoker
Invocation strategy for instance-based event handler methods.
An InstanceEventInvoker represents a compiled or reflective call target for a handler method that operates on a specific subscriber instance. It is typically created by the event system using LambdaMetafactory for optimal performance, with reflective fallback used when lambda generation fails or is not permitted.