Annotation Type 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
      java.lang.String name
      The name is used to identify the external routing plugin.
    • Element Detail

      • name

        java.lang.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