Class EndpointHandlerMethod

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

public class EndpointHandlerMethod extends Object
Handler method for endpoints.
Author:
Soby Chacko
  • 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()
    • resolveBean

      public Object resolveBean(BeanFactory beanFactory)