unregisterOutgoingPluginChannel

public abstract void unregisterOutgoingPluginChannel(Plugin plugin, String channel)

Unregisters the specific plugin from the requested outgoing plugin channel, no longer allowing it to send messages through that channel to any clients.

Parameters

plugin

Plugin that no longer wishes to send messages through the channel.

channel

Channel to unregister.

Throws

Thrown if plugin or channel is null.


public abstract void unregisterOutgoingPluginChannel(Plugin plugin)

Unregisters the specific plugin from all outgoing plugin channels, no longer allowing it to send any plugin messages.

Parameters

plugin

Plugin that no longer wishes to send plugin messages.

Throws

Thrown if plugin is null.