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

RxJavaObservableExecutionHook #224

Merged
merged 1 commit into from
Apr 4, 2013

Conversation

benjchristensen
Copy link
Member

Allow a plugin to intercept invocations of an Observable via its subscribe method.

Use cases:

  • extra logging or metrics for start, return and error events when subscribing
  • decorate (or replace) an 'onSubscribe' function with additional behavior
  • decorate an Exception
  • decorate a Subscription

This is modeled after Hystrix Plugins: http://netflix.github.com/Hystrix/javadoc/index.html?com/netflix/hystrix/strategy/executionhook/HystrixCommandExecutionHook.html

Javadocs will be at http://netflix.github.com/RxJava/javadoc/

Allow a plugin to intercept invocations of an Observable via its subscribe method.

Use cases:
 - extra logging or metrics for start, return and error events when subscribing
 - decorate (or replace) an 'onSubscribe' function with additional behavior
 - decorate an Exception
 - decorate a Subscription

This is modeled after Hystrix Plugins: http://netflix.github.com/Hystrix/javadoc/index.html?com/netflix/hystrix/strategy/executionhook/HystrixCommandExecutionHook.html

Javadocs will be at http://netflix.github.com/RxJava/javadoc/
@cloudbees-pull-request-builder

RxJava-pull-requests #76 SUCCESS
This pull request looks good

benjchristensen added a commit that referenced this pull request Apr 4, 2013
@benjchristensen benjchristensen merged commit 95156a9 into ReactiveX:master Apr 4, 2013
rickbw pushed a commit to rickbw/RxJava that referenced this pull request Jan 9, 2014
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

2 participants