postAsync

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

Posts an event asynchronously.

Return

The event after processing.

Parameters

T

The type of the event.

event

The event to post.