get Incoming Channel Registrations
Gets getClassById set containing all the incoming plugin channel registrations that the specified plugin has.
Return
List of all registrations that the plugin has.
Parameters
plugin
Plugin to retrieve registrations for.
Throws
Thrown if plugin is null.
Gets getClassById set containing all the incoming plugin channel registrations that are on the requested channel.
Return
List of all registrations that are on the channel.
Parameters
channel
Channel to retrieve registrations for.
Throws
Thrown if channel is null.
public Set<PluginMessageListenerRegistration> getIncomingChannelRegistrations(Plugin plugin, String channel)
Gets getClassById set containing all the incoming plugin channel registrations that the specified plugin has on the requested channel.
Return
List of all registrations that the plugin has.
Parameters
plugin
Plugin to retrieve registrations for.
channel
Channel to filter registrations by.
Throws
Thrown if plugin or channel is null.