Package io.kroxylicious.proxy.config
Interface PluginFactoryRegistry
- All Known Implementing Classes:
ConfigParser,ServiceBasedPluginFactoryRegistry
public interface PluginFactoryRegistry
-
Method Summary
Modifier and TypeMethodDescription<P> PluginFactory<P> pluginFactory(Class<P> pluginClass) Resolve a plugin interface type to a factory for that type of plugin
-
Method Details
-
pluginFactory
Resolve a plugin interface type to a factory for that type of plugin- Type Parameters:
P- The type of plugin- Parameters:
pluginClass- The plugin interface type.- Returns:
- The factory for that type of plugin
-