Class EndpointHandlerMethod

java.lang.Object
org.springframework.kafka.support.EndpointHandlerMethod

public class EndpointHandlerMethod extends Object
Handler method for retrying endpoints.
Since:
2.7
Author:
Tomaz Fernandes, Gary Russell
  • Constructor Details

    • EndpointHandlerMethod

      public EndpointHandlerMethod(Object beanOrClass, String methodName)
    • EndpointHandlerMethod

      public EndpointHandlerMethod(Object bean, Method method)
  • Method Details

    • getMethod

      public Method getMethod()
      Return the method.
      Returns:
      the method.
    • getMethodName

      public String getMethodName()
      Return the method name.
      Returns:
      the name.
      Since:
      2.8
    • resolveBean

      public Object resolveBean(BeanFactory beanFactory)