Done
Details
Assignee
PiDome AdminPiDome AdminReporter
PiDome AdminPiDome AdminPriority
Medium
Details
Details
Assignee
PiDome Admin
PiDome AdminReporter
PiDome Admin
PiDome AdminPriority
Created October 26, 2021 at 3:47 PM
Updated March 13, 2022 at 1:19 PM
Resolved March 13, 2022 at 1:19 PM
During module configuration it's sometimes needed to perform a search to complete a configuration before continuing is possible.
Use case:
The open weather map API has a method to search for a weather station instead of only latitude and longitude for locations. A search will allow a user to search for a weather station based on what openweather supplies.
Requirements:
Add an @Executable annotation,
Method is defined by input and output with initially simple objects like primitives for input and output (lists must be supported).
Method is async by design (futures)
Search API should expose a requirement for using a synchronized or non synchronized execution (automatic as in autocomplete without additional input or user needs to initiate auto complete manually)
Should be compatible with JavaDoc