Uses of Record Class
com.qtsurfer.api.sdk.SweepProgressEvent
Packages that use SweepProgressEvent
-
Uses of SweepProgressEvent in com.qtsurfer.api.sdk
Methods in com.qtsurfer.api.sdk that return types with arguments of type SweepProgressEventModifier and TypeMethodDescriptionSweep.getProgress()Reactive-streams feed of progress events; terminates when the sweep reaches a terminal state.SweepOptions.onProgress()Returns the value of theonProgressrecord component.Sweep.progress()Deprecated.Method parameters in com.qtsurfer.api.sdk with type arguments of type SweepProgressEventModifier and TypeMethodDescriptionSweepOptions.Builder.onProgress(Consumer<SweepProgressEvent> onProgress) Constructor parameters in com.qtsurfer.api.sdk with type arguments of type SweepProgressEventModifierConstructorDescriptionSweep(com.qtsurfer.api.client.model.ExecuteSweepAccepted accepted, String requestId, String strategyId, CompletableFuture<com.qtsurfer.api.client.model.ExecuteSweepResult> result, Flow.Publisher<SweepProgressEvent> progress, AtomicReference<Sweep.State> state, Runnable cancelHook, BiFunction<SweepOrder, SweepRanking, com.qtsurfer.api.client.model.ExecuteSweepResult> resultsReader, Function<SweepObjective, com.qtsurfer.api.client.model.SweepSensitivity> sensitivityReader) Internal constructor used by the SDK workflow; not part of the public contract.SweepOptions(Consumer<SweepProgressEvent> onProgress, Duration pollInterval, Duration maxPollInterval, Duration timeout, SweepRanking ranking, SweepOrder order) Fills in the default poll intervals when either is leftnull.
Sweep.getProgress().