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 Summary
ConstructorDescriptionEndpointHandlerMethod
(Object bean) Construct an instance for the provided bean.EndpointHandlerMethod
(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
Construct an instance for the provided bean.- Parameters:
bean
- the bean.- Since:
- 3.2
-
EndpointHandlerMethod
-
-
Method Details
-
getMethod
Return the method.- Returns:
- the method.
-
getMethodName
Return the method name.- Returns:
- the name.
- Since:
- 2.8
-
resolveBean
-