All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.uid2.shared.IClock Maven / Gradle / Ivy

package com.uid2.shared;

import java.time.Instant;

public interface IClock {
    Long getEpochSecond();
    Long getEpochMillis();
    Instant now();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy