work.shashank.service.EntityService Maven / Gradle / Ivy
package work.shashank.service;
import work.shashank.entity.EntityEvent;
/**
* @author Shashank Sharma
*/
public interface EntityService {
void processEntityCallback(EntityEvent entityEvent);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy