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.pipeline
/
IntermediateOutput
Intermediate
Output
data
class
IntermediateOutput
<
S
,
U
>
(
val
nextState
:
S
,
val
output
:
U
)
:
BatchAccumulatorResult
<
S
,
U
>
Members
Constructors
Intermediate
Output
Link copied to clipboard
constructor
(
nextState
:
S
,
output
:
U
)
Properties
next
State
Link copied to clipboard
open
override
val
nextState
:
S
output
Link copied to clipboard
open
override
val
output
:
U