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-load-object-storage
/
io.airbyte.cdk.load.factory.object_storage
/
IsFileTransferCondition
Is
File
Transfer
Condition
class
IsFileTransferCondition
:
Condition
Custom Micronaut
Condition
that is used to conditionally create file transfer related beans.
Members
Constructors
Is
File
Transfer
Condition
Link copied to clipboard
constructor
(
)
Functions
and
Link copied to clipboard
open
fun
and
(
p0
:
Predicate
<
in
ConditionContext
<
AnnotationMetadataProvider
>
>
)
:
Predicate
<
ConditionContext
<
AnnotationMetadataProvider
>
>
matches
Link copied to clipboard
open
override
fun
matches
(
context
:
ConditionContext
<
*
>
)
:
Boolean
negate
Link copied to clipboard
open
fun
negate
(
)
:
Predicate
<
ConditionContext
<
AnnotationMetadataProvider
>
>
or
Link copied to clipboard
open
fun
or
(
p0
:
Predicate
<
in
ConditionContext
<
AnnotationMetadataProvider
>
>
)
:
Predicate
<
ConditionContext
<
AnnotationMetadataProvider
>
>
test
Link copied to clipboard
open
override
fun
test
(
condition
:
ConditionContext
<
AnnotationMetadataProvider
>
)
:
Boolean