Class KafkaFuture.Function<A,​B>

java.lang.Object
org.apache.kafka.common.KafkaFuture.Function<A,​B>
All Implemented Interfaces:
KafkaFuture.BaseFunction<A,​B>
Enclosing class:
KafkaFuture<T>

@Deprecated
public abstract static class KafkaFuture.Function<A,​B>
extends Object
implements KafkaFuture.BaseFunction<A,​B>
Deprecated.
Since Kafka 3.0. Use the KafkaFuture.BaseFunction functional interface.
A function which takes objects of type A and returns objects of type B.
  • Constructor Details

    • Function

      public Function()
      Deprecated.