Airbyte Kotlin Bulk CDK
Toggle table of contents
1.0.2
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-legacy-task-loader
/
io.airbyte.cdk.load.write
/
DefaultDestinationWriter
Default
Destination
Writer
@
Singleton
@
Secondary
class
DefaultDestinationWriter
:
DestinationWriter
Members
Constructors
Default
Destination
Writer
Link copied to clipboard
constructor
(
)
Functions
create
Stream
Loader
Link copied to clipboard
open
override
fun
createStreamLoader
(
stream
:
DestinationStream
)
:
StreamLoader
setup
Link copied to clipboard
open
suspend
fun
setup
(
)
teardown
Link copied to clipboard
open
suspend
fun
teardown
(
destinationFailure
:
DestinationFailure
?
=
null
)