Class SlardarAsyncProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = SlardarAsyncProp.Key) public class SlardarAsyncProp
- Since:
2022-12-05
trydofor
-
-
Constructor Summary
Constructors Constructor Description SlardarAsyncProp()
-
Method Summary
Modifier and Type Method Description TaskExecutionPropertiesgetEvent()event thread pool voidsetEvent(TaskExecutionProperties event)event thread pool TaskSchedulingPropertiesgetHeavy()heavy thread pool voidsetHeavy(TaskSchedulingProperties heavy)heavy thread pool booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getEvent
TaskExecutionProperties getEvent()
event thread pool
-
setEvent
void setEvent(TaskExecutionProperties event)
event thread pool
-
getHeavy
TaskSchedulingProperties getHeavy()
heavy thread pool
-
setHeavy
void setHeavy(TaskSchedulingProperties heavy)
heavy thread pool
-
hashCode
int hashCode()
-
-
-
-