Interface IHelloService
-
- All Known Implementing Classes:
HelloAgent
public interface IHelloService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<java.lang.String>
sayHello(java.lang.String name)
-
-
-
Method Detail
-
sayHello
IFuture<java.lang.String> sayHello(java.lang.String name)
-
-