public class RemoteCall<T> extends Object
RemoteCall(Callable<T> callable)
io.reactivex.Flowable<T>
flowable()
T
send()
CompletableFuture<T>
sendAsync()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RemoteCall(Callable<T> callable)
public T send() throws Exception
Exception
public CompletableFuture<T> sendAsync()
public io.reactivex.Flowable<T> flowable()
Copyright © 2025. All rights reserved.