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 Detail

      • getQuote

        IFuture<java.lang.String> getQuote​(java.lang.String stock)
        Get a quote.