Package jadex.web.examples.hellobdiv3
Interface IHelloService
-
- All Known Implementing Classes:
HelloWorldBDI
public interface IHelloServiceHello service interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<java.lang.String>sayHello()Say hello method.
-
-
-
Method Detail
-
sayHello
IFuture<java.lang.String> sayHello()
Say hello method.
-
-