process
  Processes an event based on the specified processing type.
Return
The processed event.
Parameters
T
The type of the event.
event
The event to process.
processing
The type of processing (Sync, Async, HandlerAsync).
is
Whether to enable debug logging.