Channel Executor
The ChannelExecutor was designed for sending channel messages.
1. Methods
1.1 sendChannelMessage(String, String)
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)
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.
Last updated