Interface ISayHelloService

  • All Known Implementing Classes:
    SayHelloBDI

    public interface ISayHelloService
    • Method Detail

      • sayHello

        IFuture<java.lang.String> sayHello()
        Say hello method.
        Returns:
        Say hello text.