Java org.springframework.kafka.config MethodKafkaListenerEndpoint fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.kafka.config MethodKafkaListenerEndpoint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.kafka.config MethodKafkaListenerEndpoint.

The text is from its open source code.

Constructor

Method

voidsetBean(Object bean)
Set the object instance that should manage this endpoint.
voidsetMessageHandlerMethodFactory(MessageHandlerMethodFactory messageHandlerMethodFactory)
Set the MessageHandlerMethodFactory to use to build the InvocableHandlerMethod responsible to manage the invocation of this endpoint.
voidsetMethod(Method method)
Set the method to invoke to process a message managed by this endpoint.