Skip to content

Execution hook for Single #3595

Closed
Closed
@phajduk

Description

@phajduk

RxJavaObservableExecutionHook is not compatible with Single type. For example: RxJavaObservableExecutionHook#onCreate method tooks Observable#OnSubscribe type as a parameter. However, Single is using it's own OnSubscribe type. Shall we implement new class to handle Single's hooks let's say RxJavaSingleExecutionHook ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions