Package-level declarations
Types
Link copied to clipboard
object CollectorFactory
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
interface ContinueNodeAware
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
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
interface RequestInterceptor
An interface that should be implemented by classes that need to be transformed itself to a Request.