You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User requests new data with specific requirements: requestData(Object... params)
The Device passes this request to the assigned DataFeed
DataFeed generates a new set of data
Data are returned to the Device
The Device utilizes NetworkAdapter (if enabled) and return data to the user
This process could be reworked following the Pipeline pattern, where data generation and/or NetworkAdapter functionality would represent single sequences in the pipeline. This way many more data manipulation components can be added in the process which will widen the overall functionality.
The text was updated successfully, but these errors were encountered:
Data generation process in Device:
requestData(Object... params)
This process could be reworked following the Pipeline pattern, where data generation and/or NetworkAdapter functionality would represent single sequences in the pipeline. This way many more data manipulation components can be added in the process which will widen the overall functionality.
The text was updated successfully, but these errors were encountered: