Package net.devslash
Class PollUntil
-
- All Implemented Interfaces:
-
net.devslash.AfterHook
,net.devslash.CallDecorator
,net.devslash.RequestDataSupplier
,net.devslash.ResolvedFullDataAfterHook
public final class PollUntil<T extends Object> implements CallDecorator<T>, ResolvedFullDataAfterHook<T>, RequestDataSupplier<T>
PollUntil allows one to set up a DSL context that ensures that a request will poll until such a time that the predicate returns true. Due to how this request type works, the concurrency is set at 1.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
PollUntil.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static PollUntil.Companion
Companion
-