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-load
/
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
)