Package com.avanza.astrix.remoting.util
Class GsUtil
- java.lang.Object
-
- com.avanza.astrix.remoting.util.GsUtil
-
public class GsUtil extends Object
- Author:
- joasah
-
-
Constructor Summary
Constructors Constructor Description GsUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <T> rx.functions.Func1<List<com.gigaspaces.async.AsyncResult<T>>,rx.Observable<T>>asyncResultListToObservable()static <T> List<com.avanza.astrix.core.AstrixRemoteResult<T>>convertToAstrixRemoteResults(org.openspaces.remoting.SpaceRemotingResult<T>[] results)Deprecated.static <T> voidsubscribe(com.gigaspaces.async.AsyncFuture<T> asyncFuture, rx.Subscriber<? super T> t1)Deprecated.Please usesubscribe(AsyncFuture, Subscriber, ContextPropagation)instead.static <T> voidsubscribe(com.gigaspaces.async.AsyncFuture<T> asyncFuture, rx.Subscriber<? super T> subscriber, com.avanza.astrix.beans.async.ContextPropagation contextPropagation)
-
-
-
Method Detail
-
convertToAstrixRemoteResults
@Deprecated public static <T> List<com.avanza.astrix.core.AstrixRemoteResult<T>> convertToAstrixRemoteResults(org.openspaces.remoting.SpaceRemotingResult<T>[] results)
Deprecated.
-
subscribe
@Deprecated public static <T> void subscribe(com.gigaspaces.async.AsyncFuture<T> asyncFuture, rx.Subscriber<? super T> t1)
Deprecated.Please usesubscribe(AsyncFuture, Subscriber, ContextPropagation)instead.
-
subscribe
public static <T> void subscribe(com.gigaspaces.async.AsyncFuture<T> asyncFuture, rx.Subscriber<? super T> subscriber, com.avanza.astrix.beans.async.ContextPropagation contextPropagation)
-
asyncResultListToObservable
public static <T> rx.functions.Func1<List<com.gigaspaces.async.AsyncResult<T>>,rx.Observable<T>> asyncResultListToObservable()
-
-