Updated javadoc
Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>
This commit is contained in:
@@ -267,7 +267,9 @@ public class AmqpConfiguration {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the Listener factory.
|
* Returns the Listener factory.
|
||||||
*
|
*
|
||||||
|
* @param errorHandler
|
||||||
|
* the error hander
|
||||||
* @return the {@link SimpleMessageListenerContainer} that gets used receive
|
* @return the {@link SimpleMessageListenerContainer} that gets used receive
|
||||||
* AMQP messages
|
* AMQP messages
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -29,6 +29,8 @@ public class ConfigurableRabbitListenerContainerFactory extends SimpleRabbitList
|
|||||||
* for the container factory
|
* for the container factory
|
||||||
* @param amqpProperties
|
* @param amqpProperties
|
||||||
* to configure the container factory
|
* to configure the container factory
|
||||||
|
* @param errorHandler
|
||||||
|
* the error handler which should be use
|
||||||
*/
|
*/
|
||||||
public ConfigurableRabbitListenerContainerFactory(final AmqpProperties amqpProperties,
|
public ConfigurableRabbitListenerContainerFactory(final AmqpProperties amqpProperties,
|
||||||
final ConnectionFactory rabbitConnectionFactory, final ErrorHandler errorHandler) {
|
final ConnectionFactory rabbitConnectionFactory, final ErrorHandler errorHandler) {
|
||||||
|
|||||||
Reference in New Issue
Block a user