com.flagwind.services.ServiceLifetime Maven / Gradle / Ivy
package com.flagwind.services;
/**
* @author hbche
*/
public interface ServiceLifetime{
boolean isAlive(ServiceEntry entry);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy