Fix Amqp DSL Javadocs

This commit is contained in:
Gary Russell
2018-02-13 15:45:59 -05:00
parent 78b80ef79f
commit eaa19c8ddb
2 changed files with 2 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ public class AmqpBaseInboundChannelAdapterSpec<S extends AmqpBaseInboundChannelA
/**
* Set a {@link RecoveryCallback} when using retry within the adapter.
* @param recoveryCallback the callback.
* @return the spec.
* @since 5.0.2
* @see AmqpInboundChannelAdapter#setRecoveryCallback(RecoveryCallback)
*/

View File

@@ -129,6 +129,7 @@ public class AmqpBaseInboundGatewaySpec<S extends AmqpBaseInboundGatewaySpec<S>>
/**
* Set a {@link RecoveryCallback} when using retry within the adapter.
* @param recoveryCallback the callback.
* @return the spec.
* @since 5.0.2
* @see AmqpInboundGateway#setRecoveryCallback(RecoveryCallback)
*/