Skip to content

Support Asynchronous Callbacks with RxJava Integration #123

@benjchristensen

Description

@benjchristensen

Add an observe() method that returns an Observable (https://github.com/Netflix/RxJava) to allow callbacks and composition.

This will be in addition to the existing execute() and queue() methods.

Thus the 3 invocation methods will be:

T execute()
Future<T> queue()
Observable<T> observe()

(This has been planned for a while - just documenting it. I had hoped to have this in when RxJava was released but have had other competing priorities. It is near the top of my list.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions