- All Known Implementing Classes:
HashedWheelTimer
public interface SocketTimer
计时器
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptionscheduleWithFixedDelay(Runnable runnable, long delay, TimeUnit unit) voidshutdown()
-
Method Details
-
schedule
-
shutdown
void shutdown() -
scheduleWithFixedDelay
-