Interface | Description |
---|---|
ConnectorPluginProvider |
This is the main class that a plugin must implement to provide a connector implementation.
|
Class | Description |
---|---|
Category |
A set of supported categories for Fusion Connector plugins.
|
ConnectorPlugin |
This class represents a connector plugin, including its configuration (schema) and related components.
|
ConnectorPlugin.Builder |
A simple Builder for a ConnectorPlugin.
|
ConnectorPlugin.ComponentDefinition<T extends java.lang.Class<? extends Component>> |
This class represents a "component", which is really just a primary interface supported by our plugin SDK.
|
ConnectorPlugin.FetcherDef |