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