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

MBX-3483: added cancelable synchronous operation call #474

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

sergeysozinov
Copy link
Collaborator

No description provided.

@justSmK justSmK self-requested a review July 1, 2024 16:43
@justSmK
Copy link

justSmK commented Jul 1, 2024

Тут надо будет ещё поддержать метод с моделькой с возможностью отмены

* @param onError Callback for response typed [MindboxError] and will be invoked for error response to a given request.
* @return [Cancelable] object that can be used to cancel the ongoing operation.
*/
fun <T : OperationBodyRequestBase> executeSyncOperation(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А почему это новые методы, а не изменение старых?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Мы на рефайменте обсуждали, что перегрузим все методы

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

Successfully merging this pull request may close these issues.

None yet

3 participants