Announcement

Collapse

Mirth Connect 4.3.0 Released!

Mirth Connect 4.3.0 is now available as an appliance update and on our GitHub page.

This is a major release containing new features like adding new functionality to the Mirth Connect Setup Wizard, adding the ability for resource and channel-specific classloaders to load child-first or parent-first, and added a default implementation of the getObjectsForSwaggerExamples() method in the ServicePlugin class. This release also contains enhancements for the Mirth Connect Administrator Launcher, the Mirth Connect Docker images, and several bug fixes and security improvements.

Download | See What's New | Upgrade Guide | Release Notes

For discussion on this release, see this thread.
See more
See less

Global functions - how to do it?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Global functions - how to do it?

    Hi,
    I would like to define some global functions or variables, that could be accessed from every channel. What would be the best way to do this?

    Thank you

    Manuel Silvoso

  • #2
    Re:Global functions - how to do it?

    Can you add this as a feature request - www.mirthproject.org/jira

    You can place function pointers and variables in the globalMap (globalMap.put...) but you would first need a message to pass through a channel to initially populate these values...It is not a clean solution.
    Chris Lang

    Comment

    Working...
    X