public static class RadixApplicationAPI.Result
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
blockUntilComplete()
Block until the execution of the action is stored on the node ledger.
|
Atom |
getAtom()
Get the atom which was sent for submission
|
io.reactivex.Completable |
toCompletable()
A high level interface, returns completable of successful completion of action execution.
|
io.reactivex.Observable<SubmitAtomAction> |
toObservable()
A low level interface, returns an a observable of the status of an atom submission as it occurs.
|
public Atom getAtom()
public io.reactivex.Observable<SubmitAtomAction> toObservable()
public io.reactivex.Completable toCompletable()
public void blockUntilComplete()