public class TimeoutHandler extends Object
| Modifier and Type | Method and Description |
|---|---|
static rx.Completable |
repeatCompositeUntil(Dispatcher dispatcher,
int timeout,
Composite composite,
@Nullable Predicate<CompositeResult> until)
Executes the composite operation until the operation successfully returns and the precondition is met.
|
static rx.Completable |
repeatOperationUntil(Dispatcher dispatcher,
int timeout,
Operation operation,
@Nullable Predicate<ModelNode> until)
Executes the operation until the operation successfully returns and the precondition is met.
|
static rx.Completable |
repeatUntilTimeout(Dispatcher dispatcher,
int timeout,
Operation operation)
Executes the operation until it successfully returns.
|
public static rx.Completable repeatUntilTimeout(Dispatcher dispatcher, int timeout, Operation operation)
public static rx.Completable repeatOperationUntil(Dispatcher dispatcher, int timeout, Operation operation, @Nullable @Nullable Predicate<ModelNode> until)
public static rx.Completable repeatCompositeUntil(Dispatcher dispatcher, int timeout, Composite composite, @Nullable @Nullable Predicate<CompositeResult> until)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.