Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

KafkaFuture.Function and KafkaFuture.BiCosumer are currently empty public abstract classes with only one abstract method.

This means you cannot implement them with a java 8 lambda, as that only works for functional interfaces.

...