Class EndpointHandlerMethod
java.lang.Object
org.springframework.kafka.support.EndpointHandlerMethod
- Direct Known Subclasses:
- EndpointHandlerMultiMethod
Handler method for retrying endpoints.
- Since:
- 2.7
- Author:
- Tomaz Fernandes, Gary Russell, Wang Zhiyang
- 
Constructor SummaryConstructorsConstructorDescriptionEndpointHandlerMethod(Object bean) Construct an instance for the provided bean.EndpointHandlerMethod(Object bean, Method method) EndpointHandlerMethod(Object beanOrClass, String methodName) 
- 
Method SummaryModifier and TypeMethodDescriptionReturn the method.Return the method name.resolveBean(BeanFactory beanFactory) 
- 
Constructor Details- 
EndpointHandlerMethod
- 
EndpointHandlerMethodConstruct an instance for the provided bean.- Parameters:
- bean- the bean.
- Since:
- 3.2
 
- 
EndpointHandlerMethod
 
- 
- 
Method Details- 
getMethod
- 
getMethodName
- 
resolveBean
 
-