Annotation Interface RegionConnector


@Retention(RUNTIME) @Target(TYPE) public @interface RegionConnector
This annotation allows the core to find region connector implementations during classpath scanning. It is essential for region connectors to have this annotation on the base class of its module. Should only be used in combination with @SpringBootApplication.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name is the ID of the region connector.
  • Element Details

    • name

      String name
      The name is the ID of the region connector. It is used to identify the region connector in messages, for REST requests, etc. Naming convention is <two-letter country-code>-<permission administrator name>, for example, at-eda.
      Returns:
      the ID of the region connector.