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-base
/
io.airbyte.cdk.output
/
BaseStdoutOutputConsumer
Base
Stdout
Output
Consumer
abstract
class
BaseStdoutOutputConsumer
(
clock
:
Clock
)
:
OutputConsumer
Inheritors
StandardOutputConsumer
Members
Constructors
Base
Stdout
Output
Consumer
Link copied to clipboard
constructor
(
clock
:
Clock
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
record
Emitted
At
Link copied to clipboard
val
recordEmittedAt
:
Instant
The constant emittedAt timestamp we use for record timestamps.
Functions
accept
Link copied to clipboard
open
override
fun
accept
(
airbyteMessage
:
AirbyteMessage
)
fun
accept
(
analytics
:
AirbyteAnalyticsTraceMessage
)
fun
accept
(
catalog
:
AirbyteCatalog
)
fun
accept
(
status
:
AirbyteConnectionStatus
)
fun
accept
(
error
:
AirbyteErrorTraceMessage
)
fun
accept
(
estimate
:
AirbyteEstimateTraceMessage
)
fun
accept
(
log
:
AirbyteLogMessage
)
open
fun
accept
(
record
:
AirbyteRecordMessage
)
fun
accept
(
state
:
AirbyteStateMessage
)
fun
accept
(
streamStatus
:
AirbyteStreamStatusTraceMessage
)
fun
accept
(
trace
:
AirbyteTraceMessage
)
fun
accept
(
spec
:
ConnectorSpecification
)
fun
accept
(
destinationCatalog
:
DestinationCatalog
)
and
Then
Link copied to clipboard
open
fun
andThen
(
p0
:
Consumer
<
in
AirbyteMessage
>
)
:
Consumer
<
AirbyteMessage
>
close
Link copied to clipboard
open
override
fun
close
(
)
with
Lock
Flush
Link copied to clipboard
abstract
fun
withLockFlush
(
)