beacon
Toggle table of contents
1.5.2
jvm
Platform filter
jvm
Switch theme
Search in API
beacon
beacon
/
net.ririfa.beacon
/
EventBus
/
postAsync
post
Async
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.