Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.42 KB

File metadata and controls

16 lines (10 loc) · 1.42 KB

Understanding the CONFIG file

  • What is this CONFIGfile ?
  • Entities of Load files
    • UUIDs

      • All UUIDs are invariant: UUIDs get created during instantiation of a logical object. They get deleted while deleting the object. They get never changed during existence of the object.
      • UUIDs have to be treated as fortuitous Strings: UUIDs shall not be parsed and interpreted for controlling the program flow, but taken as random Strings for identifying logical objects that hold attributes, which are containing the searched information. Navigating through the data tree has to be done based on the attributes' values.
    • ControlConstruct

    • LogicalTerminationPoint

    • ForwardingDomain: The ForwardingDomain(FD) aggregates one or more ForrwardingConstruct(FC). Theoretically CC consists of a list of FDs. But practically a Microservice consists of a single FD instance. FDs are identified by a uuid.

    • ForwardingConstruct