Interface IQuoteService
-
public interface IQuoteService
Example web service interface in Jadex. The original synchronous web service interface is made asynchronous to fit the programming model and avoid deadlocks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<java.lang.String>
getQuote(java.lang.String stock)
Get a quote.
-
-
-
Method Detail
-
getQuote
IFuture<java.lang.String> getQuote(java.lang.String stock)
Get a quote.
-
-