package org.distributeme.core.util; /** * Created by rboehling on 2/22/17. */ public interface TimeProvider { long getCurrentTimeMillis(); }