http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-kafka-rest
/
org.http4k.connect.kafka.rest.extensions
/
RecordConsumer
Record
Consumer
fun
interface
RecordConsumer
<
T
:
Any
>
:
Function1
<
T
,
Result4k
<
Unit
,
Exception
>
>
(
source
)
Helper to enable processing of Records.
Members
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
p1
:
T
)
:
Result4k
<
Unit
,
Exception
>