Class EndpointHandlerMethod
java.lang.Object
org.springframework.kafka.support.EndpointHandlerMethod
Handler method for retrying endpoints.
- Since:
 - 2.7
 - Author:
 - Tomaz Fernandes, Gary Russell
 
- 
Constructor Summary
ConstructorsConstructorDescriptionEndpointHandlerMethod(Object bean, Method method) EndpointHandlerMethod(Object beanOrClass, String methodName)  - 
Method Summary
Modifier and TypeMethodDescriptionReturn the method.Return the method name.resolveBean(BeanFactory beanFactory)  
- 
Constructor Details
- 
EndpointHandlerMethod
 - 
EndpointHandlerMethod
 
 - 
 - 
Method Details
- 
getMethod
Return the method.- Returns:
 - the method.
 
 - 
getMethodName
Return the method name.- Returns:
 - the name.
 - Since:
 - 2.8
 
 - 
resolveBean
 
 -