这是indexloc提供的服务,不要输入任何密码
Skip to content

Add circuit breaking error handling to ReactiveSeq #988

@johnmcclean

Description

@johnmcclean

Dedicated operators to switch on error and handle errors

* onErrorSwitch(Function<? super Throwable,? extends Publisher<T>> fn)
* onErrorSwitch(Publisher<T> pub)
* onError(Consumer<? super Throwable> consumer)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions