webpiecesxxxxxpackage.service.RemoteService Maven / Gradle / Ivy
package webpiecesxxxxxpackage.service;
import java.util.concurrent.CompletableFuture;
public interface RemoteService {
public CompletableFuture fetchRemoteValue(String s, int i);
public void sendData(int num);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy