Annotation Interface ExternalRoutingConnectorPlugin


@Retention(RUNTIME) @Target(TYPE) public @interface ExternalRoutingConnectorPlugin
Runtime annotation used to mark an ExternalRoutingConnector
Since:
11.29
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name is used to identify the external routing plugin.
  • Element Details

    • name

      String name
      The name is used to identify the external routing plugin. The name must be unique.
      Returns:
      The unique name of the external routing plugin
      Since:
      11.29