postHandlerAsync

public final static T postHandlerAsync<T extends Event>(T event)

Posts an event synchronously.

Return

The event after processing.

Parameters

T

The type of the event.

event

The event to post.