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-toolkit-extract-trigger
/
io.airbyte.cdk
/
TriggerPartitionsCreatorFactorySupplier
Trigger
Partitions
Creator
Factory
Supplier
@
Singleton
@
Primary
@
Requires
(
property
=
"airbyte.connector.extract.jdbc.mode"
,
value
=
"concurrent_with_cdc"
)
class
TriggerPartitionsCreatorFactorySupplier
<
A
:
JdbcSharedState
,
S
:
JdbcStreamState
<
A
>
,
P
:
JdbcPartition
<
S
>
>
(
factory
:
TriggerPartitionsCreatorFactory
<
A
,
S
,
P
>
)
:
PartitionsCreatorFactorySupplier
<
TriggerPartitionsCreatorFactory
<
A
,
S
,
P
>
>
Members
Constructors
Trigger
Partitions
Creator
Factory
Supplier
Link copied to clipboard
constructor
(
factory
:
TriggerPartitionsCreatorFactory
<
A
,
S
,
P
>
)
Functions
get
Link copied to clipboard
open
override
fun
get
(
)
:
TriggerPartitionsCreatorFactory
<
A
,
S
,
P
>