ExternalRoutingConnectorTabProvider

since v11.29

The extension point ExternalRoutingConnectorTabProvider is a java interface that you can implement to display and provide content for custom tabs for the external routing configuration in the novomind iAGENT Supervisor frontend.

You can check the supplied ExternalRoutingConnectorTabViewContext to decide whether to display the custom configuration tab.

Your plugin has to return an instance of ExternalRoutingConnectorTab. The ExternalRoutingConnectorTab specifies an internal name, a display name and a resource path for the tab's content. The path has to be specified as a relative path inside the META-INF/views directory of your plugin jar file.