Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins and Connectors #17

Open
RicardoFigueroaContreras opened this issue Dec 18, 2019 · 1 comment
Open

Plugins and Connectors #17

RicardoFigueroaContreras opened this issue Dec 18, 2019 · 1 comment

Comments

@RicardoFigueroaContreras

do you have any documentation how to create a new plugin or connector?

@brentmoen
Copy link
Contributor

The user guide does not currently cover how to create extensions in Connect. The best way to get started would be to look at the source code of plugins that are already included in the core project. You can find them here.

To provide a very high level rundown, you will need to:

  • Create a plugin.xml file to define your plugin (example).
  • Depending on the type of plugin you are creating, you will need to create a Java class that implements one of the Plugin interfaces defined in the com.mirth.connect.plugins package.
  • Package your JAR files with the plugin.xml file into a zip file to be installed via the Extensions panel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants