Class SlardarAsyncProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = SlardarAsyncProp.Key) public class SlardarAsyncProp
- Since:
2022-12-05
trydofor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSlardarAsyncProp.ExecPrefix
-
Field Summary
Fields Modifier and Type Field Description public final static StringKeypublic TaskExecutionPropertieseventpublic final static StringKey$eventpublic TaskSchedulingPropertiesfastpublic final static StringKey$fastpublic SlardarAsyncProp.ExecPrefixexecPrefixpublic final static StringKey$execPrefix
-
Constructor Summary
Constructors Constructor Description SlardarAsyncProp()
-
Method Summary
Modifier and Type Method Description TaskExecutionPropertiesgetEvent()event thread pool voidsetEvent(TaskExecutionProperties event)event thread pool TaskSchedulingPropertiesgetFast()fast thread pool voidsetFast(TaskSchedulingProperties fast)fast thread pool SlardarAsyncProp.ExecPrefixgetExecPrefix()executor prefix voidsetExecPrefix(SlardarAsyncProp.ExecPrefix execPrefix)executor prefix booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getEvent
TaskExecutionProperties getEvent()
event thread pool
-
setEvent
void setEvent(TaskExecutionProperties event)
event thread pool
-
getFast
TaskSchedulingProperties getFast()
fast thread pool
-
setFast
void setFast(TaskSchedulingProperties fast)
fast thread pool
-
getExecPrefix
SlardarAsyncProp.ExecPrefix getExecPrefix()
executor prefix
-
setExecPrefix
void setExecPrefix(SlardarAsyncProp.ExecPrefix execPrefix)
executor prefix
-
hashCode
int hashCode()
-
-
-
-