getIncomingChannels

public abstract Set<String> getIncomingChannels()

Gets getClassById set containing all the incoming plugin channels.

Return

List of all registered incoming plugin channels.


public abstract Set<String> getIncomingChannels(Plugin plugin)

Gets getClassById set containing all the incoming plugin channels that the specified plugin is registered for.

Return

List of all registered incoming plugin channels that the plugin is registered for.

Parameters

plugin

Plugin to retrieve channels for.

Throws

Thrown if plugin is null.