Record Class RequestExecutors
java.lang.Object
java.lang.Record
org.mineskin.RequestExecutors
public record RequestExecutors(Executor getExecutor, Executor generateExecutor, QueueOptions generateQueueOptions, QueueOptions getQueueOptions, JobCheckOptions jobCheckOptions)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionRequestExecutors(Executor getExecutor, Executor generateExecutor, QueueOptions generateQueueOptions, QueueOptions getQueueOptions, JobCheckOptions jobCheckOptions) Creates an instance of aRequestExecutorsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of thegenerateExecutorrecord component.Returns the value of thegenerateQueueOptionsrecord component.Returns the value of thegetExecutorrecord component.Returns the value of thegetQueueOptionsrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of thejobCheckOptionsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
RequestExecutors
public RequestExecutors(Executor getExecutor, Executor generateExecutor, QueueOptions generateQueueOptions, QueueOptions getQueueOptions, JobCheckOptions jobCheckOptions) Creates an instance of aRequestExecutorsrecord class.- Parameters:
getExecutor- the value for thegetExecutorrecord componentgenerateExecutor- the value for thegenerateExecutorrecord componentgenerateQueueOptions- the value for thegenerateQueueOptionsrecord componentgetQueueOptions- the value for thegetQueueOptionsrecord componentjobCheckOptions- the value for thejobCheckOptionsrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
getExecutor
Returns the value of thegetExecutorrecord component.- Returns:
- the value of the
getExecutorrecord component
-
generateExecutor
Returns the value of thegenerateExecutorrecord component.- Returns:
- the value of the
generateExecutorrecord component
-
generateQueueOptions
Returns the value of thegenerateQueueOptionsrecord component.- Returns:
- the value of the
generateQueueOptionsrecord component
-
getQueueOptions
Returns the value of thegetQueueOptionsrecord component.- Returns:
- the value of the
getQueueOptionsrecord component
-
jobCheckOptions
Returns the value of thejobCheckOptionsrecord component.- Returns:
- the value of the
jobCheckOptionsrecord component
-