Package rx.plugins
Class RxJavaObservableExecutionHookDefault
- java.lang.Object
-
- rx.plugins.RxJavaObservableExecutionHook
-
- rx.plugins.RxJavaObservableExecutionHookDefault
-
final class RxJavaObservableExecutionHookDefault extends RxJavaObservableExecutionHook
Default no-op implementation ofRxJavaObservableExecutionHook
-
-
Field Summary
Fields Modifier and Type Field Description private static RxJavaObservableExecutionHookDefaultINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateRxJavaObservableExecutionHookDefault()Utility class.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RxJavaObservableExecutionHookgetInstance()-
Methods inherited from class rx.plugins.RxJavaObservableExecutionHook
onCreate, onLift, onSubscribeError, onSubscribeReturn, onSubscribeStart
-
-
-
-
Field Detail
-
INSTANCE
private static final RxJavaObservableExecutionHookDefault INSTANCE
-
-
Method Detail
-
getInstance
public static RxJavaObservableExecutionHook getInstance()
-
-