Skip to content

API Design Review: DelayError #684

Closed
@benjchristensen

Description

@benjchristensen

The mergeDelayError operator has been in RxJava from very early and evolved out of experience with the Netflix API use cases. It is not from Rx.Net.

It has proved very valuable and it has been suggested that this pattern be expanded to other combinatorial operators where lazily handling errors is sometimes appropriate.

These include:

  • concatDelayError
  • combineLatestDelayError
  • switchLatestDelayError

Are there others? Any reason not to do this?

/cc @headinthebox and @jhusain

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions