Wow
Toggle table of contents
8.9.5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-kafka
/
me.ahoo.wow.kafka
/
KafkaRecordDecodeFailure
Kafka
Record
Decode
Failure
data
class
KafkaRecordDecodeFailure
(
val
record
:
ReceiverRecord
<
String
,
String
>
,
val
cause
:
Exception
)
Members
Constructors
Kafka
Record
Decode
Failure
Link copied to clipboard
constructor
(
record
:
ReceiverRecord
<
String
,
String
>
,
cause
:
Exception
)
Properties
cause
Link copied to clipboard
val
cause
:
Exception
record
Link copied to clipboard
val
record
:
ReceiverRecord
<
String
,
String
>