List of usage examples for java.time Clock subclass-usage
From source file org.apache.james.queue.rabbitmq.UpdatableTickingClock.java
class UpdatableTickingClock extends Clock { private Instant currentInstant; UpdatableTickingClock(Instant currentInstant) { this.currentInstant = currentInstant; }