Interface ConnectorPluginProvider
public interface ConnectorPluginProvider
This is the main class that a plugin must implement to provide a connector implementation.
The only method to implement is #
get(), which should return an instance of
#ConnectorPlugin.- See Also:
-
Method Summary
-
Method Details
-
get
ConnectorPlugin get()
-