Uses of Record Class
org.mineskin.QueueOptions
Packages that use QueueOptions
-
Uses of QueueOptions in org.mineskin
Methods in org.mineskin that return QueueOptionsModifier and TypeMethodDescriptionRequestExecutors.generateQueueOptions()Returns the value of thegenerateQueueOptionsrecord component.RequestExecutors.getQueueOptions()Returns the value of thegetQueueOptionsrecord component.Methods in org.mineskin with parameters of type QueueOptionsModifier and TypeMethodDescriptionClientBuilder.generateQueueOptions(QueueOptions queueOptions) Set the options for submitting queue jobs
defaults to 200ms interval and 1 concurrent requestClientBuilder.getQueueOptions(QueueOptions queueOptions) Set the options for get requests, e.g. getting skins
defaults to 100ms interval and 5 concurrent requestsConstructors in org.mineskin with parameters of type QueueOptionsModifierConstructorDescriptionRequestExecutors(Executor getExecutor, Executor generateExecutor, QueueOptions generateQueueOptions, QueueOptions getQueueOptions, JobCheckOptions jobCheckOptions) Creates an instance of aRequestExecutorsrecord class.RequestQueue(QueueOptions options)