Interface ClockProvider
-
- All Implemented Interfaces:
-
tech.harmonysoft.oss.configurario.client.ConfigProvider
public interface ClockProvider implements ConfigProvider<Clock>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classClockProvider.Companion
-
Method Summary
Modifier and Type Method Description abstract ClockProviderwithZone(ZoneId zone)-
-
Method Detail
-
withZone
abstract ClockProvider withZone(ZoneId zone)
-
-
-
-