Class EndpointHandlerMethod
java.lang.Object
org.springframework.kafka.support.EndpointHandlerMethod
- Direct Known Subclasses:
EndpointHandlerMultiMethod
-
Constructor Summary
ConstructorsConstructorDescriptionEndpointHandlerMethod
(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
(org.springframework.beans.factory.BeanFactory beanFactory)
-
Constructor Details
-
EndpointHandlerMethod
-
EndpointHandlerMethod
Construct an instance for the provided bean.- Parameters:
bean
- the bean.- Since:
- 3.2
-
EndpointHandlerMethod
-
-
Method Details
-
getMethod
-
getMethodName
-
resolveBean
-