Join Slack
Powered by
abstract class BaseEventConsumer<EV : TBase<...
# announcements
s
Sandy
04/08/2020, 10:34 PM
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.
Open in Slack
Previous
Next