Interface IPrintHelloService
- 
- All Known Implementing Classes:
- PrintHelloService
 
 public interface IPrintHelloServiceInterface for hello service.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<java.lang.Void>printHello()Print hello.
 
- 
- 
- 
Method Detail- 
printHelloIFuture<java.lang.Void> printHello() Print hello.
 
- 
 
-