toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-kafka-rest
/
org.http4k.connect.kafka.rest.extensions
/
RecordConsumer
Record
Consumer
fun
interface
RecordConsumer
<
T
:
Any
>
:
Function1
<
T
,
Result4k
<
Unit
,
Exception
>
>
Helper to enable processing of Records.
Members
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
p1
:
T
)
:
Result4k
<
Unit
,
Exception
>