abstract class BaseEventConsumer<EV : TBase<...
# announcements
s
abstract class BaseEventConsumer<EV : TBase<EV, out TFieldIdEnum>, ID>(val topic: String) . we are using spring kafka, and I don't understand the meaning of EV, EV: TBase<EV, out TFieldEnum> in the syntax.