Exemplo n.º 1
0
 @Override
 protected Long initialValue() {
   Thread thread = Thread.currentThread();
   Long tid = ThreadUtil.getThreadId(thread);
   return tid;
 }