Package-level declarations

Types

Link copied to clipboard
interface Collector : Action

Interface representing a Collector. A Collector is a type of Action that can be initialized with a JsonObject.

Link copied to clipboard

The CollectorFactory object is responsible for creating and managing Collector instances. It maintains a map of collector creation functions, keyed by type. It also provides functions to register new types of collectors and to create collectors from a JsonArray.

Link copied to clipboard

Type alias for a list of collectors.

Link copied to clipboard

An interface that should be implemented by classes that need to be aware of the ContinueNode. The continueNode will be injected to the classes that implement this interface.

Link copied to clipboard
typealias DaVinci = Workflow
Link copied to clipboard
interface DaVinciAware

An interface that should be implemented by classes that need to be aware of the DaVinci workflow. The Davinci will be injected to the classes that implement this interface.

Link copied to clipboard

An interface that should be implemented by classes that need to be transformed itself to a Request.

Properties

Link copied to clipboard

Extension property for Connector class to get a list of collectors.