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

com.alibaba.dubbo.rpc.service.EchoService Maven / Gradle / Ivy

package com.alibaba.dubbo.rpc.service;

public interface EchoService {

	Object $echo(Object message);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy