Uses of Interface
org.mineskin.options.IJobCheckOptions
Packages that use IJobCheckOptions
-
Uses of IJobCheckOptions in org.mineskin
Classes in org.mineskin that implement IJobCheckOptionsMethods in org.mineskin that return IJobCheckOptionsModifier and TypeMethodDescriptionRequestExecutors.jobCheckOptions()Returns the value of thejobCheckOptionsrecord component.Methods in org.mineskin with parameters of type IJobCheckOptionsModifier and TypeMethodDescriptionClientBuilder.jobCheckOptions(IJobCheckOptions jobCheckOptions) Set the options for checking job status
defaults to 1000ms interval, 2000ms initial delay, and 10 max attempts
For example:Constructors in org.mineskin with parameters of type IJobCheckOptionsModifierConstructorDescriptionJobBatchChecker(MineSkinClient client, IJobCheckOptions options) JobBatchChecker(MineSkinClient client, IJobCheckOptions options, Runnable onJobFailure) JobChecker(MineSkinClient client, JobInfo jobInfo, IJobCheckOptions options) JobChecker(MineSkinClient client, JobInfo jobInfo, IJobCheckOptions options, Runnable onJobFailure) RequestExecutors(Executor getExecutor, Executor generateExecutor, IQueueOptions generateQueueOptions, IQueueOptions getQueueOptions, IJobCheckOptions jobCheckOptions) Creates an instance of aRequestExecutorsrecord class.