reshuffle-base-connector
Base class for Reshuffle Connectors
Get started
To implement a new connector, create a new class extending the BaseConnector class from this package.
Example:
<MyConnectorConfigOptions MyConnectorEventOptions> { superid // Set your custom options here } { // ... } { // ... } : EventConfiguration // ...