A new interface is created and stored in a module.
You will be creating a simple interface composed of one operation with one input and one output. However, this simple interface has the basic structure that all interfaces have. The more complex interfaces have many more operations and inputs and outputs, but they follow the same structure only repeating the pattern several times.
The interface you create has the following attributes:
Attribute | Value | Type |
---|---|---|
Operation | getStockPortfolioValue | not applicable |
Input | inputStockPortfolio | StockPortfolio |
Output | outputStockPortfolio | StockPortfolio |
Allow 15 minutes to build the sample. You also have the option to import the ready-made interface and open it with the interface editor to view it. See related topics for more information.