Events

Wale provides its own event system, among other things, for communication between individual services.

How do I execute an event?

To execute an event, the corresponding packet must be sent. You can do this through the API. More information about packets and executors can be found here.

How do I create a custom listener for events?

The detailed documentation for listeners can be found here.

Last updated