Java org.springframework.kafka.listener.adapter MessagingMessageListenerAdapter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.kafka.listener.adapter MessagingMessageListenerAdapter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.kafka.listener.adapter MessagingMessageListenerAdapter.

The text is from its open source code.

Method

voidsetBeanResolver(BeanResolver beanResolver)
Set a bean resolver for runtime SpEL expressions.
voidsetHandlerMethod(HandlerAdapter handlerMethod)
Set the HandlerAdapter to use to invoke the method processing an incoming ConsumerRecord .
voidsetReplyHeadersConfigurer(ReplyHeadersConfigurer replyHeadersConfigurer)
Set a configurer which will be invoked when creating a reply message.
voidsetReplyTemplate(KafkaTemplate replyTemplate)
Set the template to use to send any result from the method invocation.
voidsetReplyTopic(String replyTopicParam)
Set the topic to which to send any result from the method invocation.