Skip to content

Commit

Permalink
Merge 20ff50e into ac5be1d
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongZhang committed Sep 25, 2018
2 parents ac5be1d + 20ff50e commit 428c4ca
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,27 @@
* callback handler
*
* @return callback handler
* @Deprecated this attribute is not intended for use and will be removed the next major version.
*/
@Deprecated
String callbackHandler() default "";

/**
* callback implementation class name
*
* @return callback implementation class name
* @since 2.5.0
*/
String callbackClass() default "";

/**
* callback spring beanName ref
*
* @return callback spring beanName ref
* @since 2.5.0
*/
String callbackRef() default "";

/**
* registry for this consumer
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
spring.application.name=runtime-test
spring.application.name=runtime-test
management.endpoints.jmx.unique-names=false

0 comments on commit 428c4ca

Please sign in to comment.