Package-level declarations
Types
Interface that defines a typed connector configuration.
Connector configuration POJO supertype.
Supplies a valid T configuration POJO instance, based on the airbyte.connector.config Micronaut property values:
Micronaut factory for the ConfiguredAirbyteCatalog singleton.
Custom Micronaut MapPropertySource that reads the command line arguments provided via the connector CLI and turns them into configuration properties. This allows the arguments to be injected into code that depends on them via Micronaut.
An enum of all feature flags, currently these are set via environment vars.
Union type of the state passed as input to a READ for a source connector.
Micronaut factory for the InputState singleton.
Loads the contents of the connector's metadata.yaml file as Micronaut properties.
State values are opaque for the CDK, the schema is owned by the connector.