Module aeonics.sdk

Aeonics public SDK

Welcome to the Aeonics public documentation. This documentation lists all public classes and method available to the developers. The most relevant topics and explanations are provided inline with the apropriate class:

  1. Basics:
    1. Modular programming: Module
    2. Configuration parameters: Config
    3. Effective logging: Logger
    4. Reusable items: Item
  2. Working with Data:
    1. Ingress: Ingress
    2. Regress: Regress
    3. Egress: Egress
    4. JSON as Data: Json
    5. Data connections: DataSource
  3. REST Endpoints: TriggerRestEndpoint
  4. Advanced topics:
    1. Asynchronously easy: Async
    2. Efficiency via low-copy: MemoryView
    3. Compartmentalization: Compartment