Class MultiMethodRabbitListenerEndpoint

All Implemented Interfaces:
RabbitListenerEndpoint, Aware, BeanFactoryAware

public class MultiMethodRabbitListenerEndpoint extends MethodRabbitListenerEndpoint
Since:
1.5
Author:
Gary Russell
  • Constructor Details

    • MultiMethodRabbitListenerEndpoint

      @Deprecated public MultiMethodRabbitListenerEndpoint(List<Method> methods, Object bean)
      Deprecated.
      - no longer used.
      Construct an instance for the provided methods and bean.
      Parameters:
      methods - the methods.
      bean - the bean.
    • MultiMethodRabbitListenerEndpoint

      public MultiMethodRabbitListenerEndpoint(List<Method> methods, @Nullable Method defaultMethod, Object bean)
      Construct an instance for the provided methods, default method and bean.
      Parameters:
      methods - the methods.
      defaultMethod - the default method.
      bean - the bean.
      Since:
      2.0.3
  • Method Details