B F I O P R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- bindExec(Observable<T>) - Static method in class ratpack.rx.RxRatpack
-
Deprecated.Binds the given observable to the current execution, allowing integration of third-party asynchronous observables with Ratpack's execution model.
F
- fork(Observable<T>) - Static method in class ratpack.rx.RxRatpack
-
Deprecated.Parallelize an observable by forking it's execution onto a different Ratpack compute thread and automatically binding the result back to the original execution.
- fork(Observable<T>, Action<? super RegistrySpec>) - Static method in class ratpack.rx.RxRatpack
-
Deprecated.A variant of
fork(rx.Observable<T>)that allows access to the registry of the forked execution inside anAction. - forkEach(Observable<T>) - Static method in class ratpack.rx.RxRatpack
-
Deprecated.Parallelize an observable by creating a new Ratpack execution for each element.
- forkEach(Observable<T>, Action<? super RegistrySpec>) - Static method in class ratpack.rx.RxRatpack
-
Deprecated.A variant of
forkEach(rx.Observable<T>)that allows access to the registry of each forked execution inside anAction.
I
- initialize() - Static method in class ratpack.rx.RxRatpack
-
Deprecated.Registers an
RxJavaObservableExecutionHookwith RxJava that provides a default error handling strategy of forwarding exceptions to the execution error handler.
O
- observe(Operation) - Static method in class ratpack.rx.RxRatpack
-
Deprecated.Converts a
Operationinto anObservable. - observe(Promise<T>) - Static method in class ratpack.rx.RxRatpack
-
Deprecated.Converts a
Promiseinto anObservable. - observeEach(Promise<I>) - Static method in class ratpack.rx.RxRatpack
-
Deprecated.Converts a
Promisefor an iterable into anObservable.
P
- promise(Observable.OnSubscribe<T>) - Static method in class ratpack.rx.RxRatpack
-
Deprecated.Converts an
Observableinto aPromise, for all of the observable's items. - promise(Observable<T>) - Static method in class ratpack.rx.RxRatpack
-
Deprecated.Converts an
Observableinto aPromise, for all of the observable's items. - promiseSingle(Observable.OnSubscribe<T>) - Static method in class ratpack.rx.RxRatpack
-
Deprecated.Converts an
Observableinto aPromise, for the observable's single item. - promiseSingle(Observable<T>) - Static method in class ratpack.rx.RxRatpack
-
Deprecated.Converts an
Observableinto aPromise, for the observable's single item. - publisher(Observable.OnSubscribe<T>) - Static method in class ratpack.rx.RxRatpack
-
Deprecated.Converts an
Observableinto aPublisher, for all of the observable's items. - publisher(Observable<T>) - Static method in class ratpack.rx.RxRatpack
-
Deprecated.Converts an
Observableinto aPublisher, for all of the observable's items.
R
- ratpack.rx - package ratpack.rx
-
Provides integration with the RxJava library.
- RxRatpack - Class in ratpack.rx
-
Deprecated.since 1.7.0. Use
ratpack-rx2instead.
S
- scheduler() - Static method in class ratpack.rx.RxRatpack
-
Deprecated.A scheduler that uses the application event loop and initialises each job as an
Execution(viaExecController.fork()). - scheduler(ExecController) - Static method in class ratpack.rx.RxRatpack
-
Deprecated.A scheduler that uses the application event loop and initialises each job as an
Execution(viaExecController.fork()).
All Classes All Packages