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