registerOutgoingPluginChannel

public abstract void registerOutgoingPluginChannel(Plugin plugin, String channel)

Registers the specific plugin to the requested outgoing plugin channel, allowing it to send messages through that channel to any clients.

Parameters

plugin

Plugin that wishes to send messages through the channel.

channel

Channel to register.

Throws

Thrown if plugin or channel is null.