Skip to content

Commit

Permalink
Merge e9014d1 into 8a941a5
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongZhang committed Dec 29, 2018
2 parents 8a941a5 + e9014d1 commit 38bc5b5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,23 @@
String registry() default "";

/**
* dalay init connection
* delay init connection
*
* @return
*/
boolean lazy() default false;

/**
* specify serialize type
*
* @return
*/
String serializeType() default "";

/**
* specify load balance type
*
* @return
*/
String loadBalancer() default "";
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
/**
* custorm thread pool for current service
*
* @return custorm thread pool
* @return custom thread pool
*/
String userThreadPool() default "";

Expand All @@ -75,4 +75,11 @@
* @return timeout
*/
int timeout() default 3000;

/**
* specify serialize type
*
* @return
*/
String serializeType() default "";
}

0 comments on commit 38bc5b5

Please sign in to comment.