Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-core-extract
/
io.airbyte.cdk.check
Package-level
declarations
Types
Types
Check
Operation
Link copied to clipboard
@
Singleton
@
Requires
(
property
=
"airbyte.connector.operation"
,
value
=
"check"
)
@
Requires
(
env
=
[
"source"
]
)
class
CheckOperation
<
T
:
ConfigurationSpecification
>
(
val
configJsonObjectSupplier
:
ConfigurationSpecificationSupplier
<
T
>
,
val
configFactory
:
SourceConfigurationFactory
<
T
,
out
SourceConfiguration
>
,
val
metadataQuerierFactory
:
MetadataQuerier.Factory
<
SourceConfiguration
>
,
val
outputConsumer
:
OutputConsumer
,
val
exceptionHandler
:
ExceptionHandler
)
:
Operation