processEvent

public final static T processEvent<T extends Event>(T event, EventProcessingType processingType)

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.

processingType

The type of processing (Sync, Async, HandlerAsync).

isDebug

Whether to enable debug logging.