Interface IHelloService

  • All Known Implementing Classes:
    HelloWorldBDI

    public interface IHelloService
    Hello service interface.
    • Method Detail

      • sayHello

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