Class EndpointHandlerMethod
- java.lang.Object
-
- org.springframework.kafka.support.EndpointHandlerMethod
-
public class EndpointHandlerMethod extends java.lang.Object
Handler method for retrying endpoints.- Since:
- 2.7
- Author:
- Tomaz Fernandes, Gary Russell
-
-
Constructor Summary
Constructors Constructor Description EndpointHandlerMethod(java.lang.Object bean, java.lang.reflect.Method method)
EndpointHandlerMethod(java.lang.Object beanOrClass, java.lang.String methodName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.Method
getMethod()
Return the method.java.lang.String
getMethodName()
Return the method name.java.lang.Object
resolveBean(org.springframework.beans.factory.BeanFactory beanFactory)
-
-
-
Method Detail
-
getMethod
public java.lang.reflect.Method getMethod()
Return the method.- Returns:
- the method.
-
getMethodName
public java.lang.String getMethodName()
Return the method name.- Returns:
- the name.
- Since:
- 2.8
-
resolveBean
public java.lang.Object resolveBean(org.springframework.beans.factory.BeanFactory beanFactory)
-
-