covid19-ru/covid19-scheduler/src/main/java/com/bvn13/covid19/scheduler/updater/stopcoronovirusrf/StopcoronovirusRfDataRetrie...

8 lines
210 B
Java

package com.bvn13.covid19.scheduler.updater.stopcoronovirusrf;
import org.apache.camel.Exchange;
public interface StopcoronovirusRfDataRetriever {
void retrieveData(Exchange exchange) throws Exception;
}