Package energy.eddie.api.agnostic
Annotation 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
-
Element Details
-
name
String nameThe 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.
-