类 SleepUtils
java.lang.Object
spring.turbo.util.SleepUtils
线程暂停工具
- 从以下版本开始:
- 1.0.0
- 作者:
- 应卓
-
嵌套类概要
嵌套类 -
方法概要
-
方法详细资料
-
sleep
暂停线程- 参数:
duration- 暂停时间- 抛出:
SleepUtils.UncheckedInterruptedException- 线程暂停被打断时抛出此异常
-
sleep
暂停线程- 参数:
time- 暂停时间timeUnit- 时间单位- 抛出:
SleepUtils.UncheckedInterruptedException- 线程暂停被打断时抛出此异常
-
sleepInSeconds
public static void sleepInSeconds(long seconds) 暂停现成- 参数:
seconds- 暂停时间(秒)- 抛出:
SleepUtils.UncheckedInterruptedException- 线程暂停被打断时抛出此异常
-