Class and Description |
---|
org.springframework.kafka.support.ProducerListenerAdapter
as the
ProducerListener has default methods and can be implemented directly without the need for this adapter |
Field and Description |
---|
org.springframework.kafka.support.serializer.JsonDeserializer.DEFAULT_KEY_TYPE
in favor of
JsonDeserializer.KEY_DEFAULT_TYPE |
org.springframework.kafka.support.serializer.JsonDeserializer.DEFAULT_VALUE_TYPE
in favor of
JsonDeserializer.VALUE_DEFAULT_TYPE |
Constructor and Description |
---|
org.springframework.kafka.listener.AbstractMessageListenerContainer(ContainerProperties) |
org.springframework.kafka.event.ListenerContainerIdleEvent(Object, long, String, Collection<TopicPartition>, Consumer<?, ?>) |