Uses of Interface
org.killbill.billing.osgi.api.PluginInfo
-
Packages that use PluginInfo Package Description org.killbill.billing.osgi.api org.killbill.billing.util.nodes -
-
Uses of PluginInfo in org.killbill.billing.osgi.api
Methods in org.killbill.billing.osgi.api that return types with arguments of type PluginInfo Modifier and Type Method Description Iterable<PluginInfo>PluginsInfoApi. getPluginsInfo() -
Uses of PluginInfo in org.killbill.billing.util.nodes
Methods in org.killbill.billing.util.nodes that return types with arguments of type PluginInfo Modifier and Type Method Description Iterable<PluginInfo>NodeInfo. getPluginInfo()Methods in org.killbill.billing.util.nodes with parameters of type PluginInfo Modifier and Type Method Description voidKillbillNodesApi. notifyPluginChanged(PluginInfo plugin, Iterable<PluginInfo> latestPlugins)The api is used to notify core killbill system about changes in the plugins (new installed plugin, started, stopped, ...)Method parameters in org.killbill.billing.util.nodes with type arguments of type PluginInfo Modifier and Type Method Description voidKillbillNodesApi. notifyPluginChanged(PluginInfo plugin, Iterable<PluginInfo> latestPlugins)The api is used to notify core killbill system about changes in the plugins (new installed plugin, started, stopped, ...)
-