Package-level declarations
Types
A ConfigError means there is something wrong with the user's connector configuration or any other error for which the connector informs the platform that the error is not transient in nature and thus to not bother retrying.
Each ConnectorError subtype corresponds to a AirbyteErrorTraceMessage.FailureType.
Default implementation of ExceptionClassifier.
ExceptionHandler applies all available ExceptionClassifier implementations in sequence.
Emits the AirbyteMessage instances produced by the connector.
ExceptionClassifier implementation based on regexes applied to the exception message.
Micronaut configuration object for RuleBasedExceptionClassifier rules.
Convenience interface for rules-based ExceptionClassifier implementations.
A simple OutputConsumer such as standard output or buffering test output consumer.
Default implementation of OutputConsumer.
A SystemError means there is something wrong with the connector.
A TransientError means there is something wrong with the user's source or any other error for which the connector informs the platform that the error is transient in nature.
Properties
Configuration properties prefix for StdoutOutputConsumer.
Common Micronaut property prefix for all exception classifiers.