Class MultiMethodRabbitListenerEndpoint

    • Constructor Detail

      • 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