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

com.nh.micro.datasource.delay.DelayCheck Maven / Gradle / Ivy

package com.nh.micro.datasource.delay;

import java.util.concurrent.Delayed;
import java.util.concurrent.TimeUnit;

/**
 * 
 * @author ninghao
 *
 */
public class DelayCheck implements Delayed {

	@Override
	public int compareTo(Delayed o) {
		// TODO Auto-generated method stub
		return 0;
	}

	@Override
	public long getDelay(TimeUnit unit) {
		// TODO Auto-generated method stub
		return 0;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy