public interface IAService
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<jadex.commons.future.IFuture<java.lang.String>> |
methodA()
Test method with future in future.
|
jadex.commons.future.IFuture<jadex.commons.future.IIntermediateFuture<java.lang.String>> |
methodB()
Test method with intermediate future in future.
|