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

WEBPIECESxPACKAGE.base.libs.RemoteService Maven / Gradle / Ivy

package WEBPIECESxPACKAGE.base.libs;

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