com.datastax.data.exploration.service.report.MissDataService Maven / Gradle / Ivy
The newest version!
package com.datastax.data.exploration.service.report;
public interface MissDataService {
String analysisResult(String id);
}