All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webpiecesxxxxxpackage.service.RemoteService Maven / Gradle / Ivy

Go to download

Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property

There is a newer version: 2.1.28
Show newest version
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