toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-kafka-rest
/
org.http4k.connect.kafka.rest.v3.action
/
ProduceRecords
Produce
Records
data
class
ProduceRecords
(
val
id
:
ClusterId
,
val
topic
:
Topic
,
val
records
:
List
<
Record
>
)
:
NullableKafkaRestAction
<
Array
<
ProducedRecord
>
>
,
KafkaRestV3Action
<
Array
<
ProducedRecord
>
?
>
Members
Constructors
Produce
Records
Link copied to clipboard
constructor
(
id
:
ClusterId
,
topic
:
Topic
,
records
:
List
<
Record
>
)
Properties
id
Link copied to clipboard
val
id
:
ClusterId
records
Link copied to clipboard
val
records
:
List
<
Record
>
topic
Link copied to clipboard
val
topic
:
Topic
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
Array
<
ProducedRecord
>
?
,
RemoteFailure
>