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
  1. API Documentation
  2. Executors

Channel Executor

The ChannelExecutor was designed for sending channel messages.

1. Methods

1.1 sendChannelMessage(String, String)

void sendChannelMessage(String channel, String message);

Description: This method is used to send a channel message to all available services.

1.2 sendChannelMessage(String, String, String)

void sendChannelMessage(String serviceIdTo, String channel, String message);

Description: This method is used to send a channel message to a specific service.

PreviousExecutorsNextPlayer Executor

Last updated 1 year ago