public static interface AsyncBiFunctionService.WithSerdes<K,REQ,RES> extends AsyncBiFunctionService<K,REQ,RES>
AsyncBiFunctionService
providing Serde
implementations:
keySerde()
, reqSerde()
and resSerde()
.AsyncBiFunctionService.WithSerdes<K,REQ,RES>
Modifier and Type | Method and Description |
---|---|
org.apache.kafka.common.serialization.Serde<K> |
keySerde() |
org.apache.kafka.common.serialization.Serde<REQ> |
reqSerde() |
org.apache.kafka.common.serialization.Serde<RES> |
resSerde() |
apply, applyForStore
andThen, apply
close
Copyright © 2020 Red Hat. All rights reserved.