Uses of Record Class
org.mineskin.JobCheckOptions
Packages that use JobCheckOptions
-
Uses of JobCheckOptions in org.mineskin
Methods in org.mineskin that return JobCheckOptionsModifier and TypeMethodDescriptionRequestExecutors.jobCheckOptions()Returns the value of thejobCheckOptionsrecord component.Methods in org.mineskin with parameters of type JobCheckOptionsModifier and TypeMethodDescriptionClientBuilder.jobCheckOptions(JobCheckOptions jobCheckOptions) Set the options for checking job status
defaults to 1000ms interval, 2000ms initial delay, and 10 max attemptsConstructors in org.mineskin with parameters of type JobCheckOptionsModifierConstructorDescriptionJobChecker(MineSkinClient client, JobInfo jobInfo, JobCheckOptions options) RequestExecutors(Executor getExecutor, Executor generateExecutor, QueueOptions generateQueueOptions, QueueOptions getQueueOptions, JobCheckOptions jobCheckOptions) Creates an instance of aRequestExecutorsrecord class.