Wale
  • Welcome!
  • General
    • Getting Started
    • Requirements
    • Detailed plan overview
    • FAQ
  • Wale Documentation
    • Installation
    • Master Configuration
    • Templates
    • Nodes
    • Teams
  • API Documentation
    • Getting Started
    • Events
      • Node Notification
      • Service Notification
      • Network Full
      • Channel Message
    • Listener
    • Executors
      • Channel Executor
      • Player Executor
      • Service Executor
  • Getting Support
    • Discord
    • Tickets
Powered by GitBook
On this page
  • How do I execute an event?
  • How do I create a custom listener for events?
  1. API Documentation

Events

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

PreviousGetting StartedNextNode Notification

Last updated 1 year ago

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 .

How do I create a custom listener for events?

The detailed documentation for listeners can be found .

here
here