Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add waitFor(ValueType, Intent) method #252

Closed
remcowesterhoud opened this issue Mar 10, 2022 · 1 comment
Closed

Add waitFor(ValueType, Intent) method #252

remcowesterhoud opened this issue Mar 10, 2022 · 1 comment

Comments

@remcowesterhoud
Copy link
Contributor

Description

There are uses cases where it would be nice to wait for a specific record to have occurred. We should provide a generic method for these cases.
By introducing a waitFor method which will take a ValueType, an Intent and a timeout as parameters we can create a generic way for users to wait (using awaitility?) until a record that matches these parameters has occurred.

This solution might be too technical for users, as it would require more in-depth knowledge about the records. If we receive this feedback we could choose to create some helper methods around this generic record to make it more functional (e.g. waitForJobCompletion.

@remcowesterhoud
Copy link
Contributor Author

Closing this as this will probably not happen anytime soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant