When using rx.Observable.just(T) the RxJavaObservableExecutionHook is not call. This is not like other just(T,...) that call rx.Observable.from(Iterable<? extends T>).