Actors

The following actors are available globally.

  • The CollectorFactory singleton is responsible for creating and managing Collector instances. It maintains a dictionary of collector creation functions, keyed by type. It also provides functions to register new types of collectors and to create collectors from a JSON array.

    See more

    Declaration

    Swift

    public actor CollectorFactory