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

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

There is a newer version: 1.8.3
Show newest version
package com.alibaba.dubbo.rpc.service;

public interface EchoService {

	Object $echo(Object message);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy