Class AsyncConfigs
- java.lang.Object
-
- io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
-
- io.tech1.framework.domain.properties.configs.AsyncConfigs
-
public class AsyncConfigs extends AbstractPropertiesConfigs
-
-
Constructor Summary
Constructors Constructor Description AsyncConfigs()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetThreadNamePrefix()inthashCode()static AsyncConfigsof(String threadNamePrefix)voidsetThreadNamePrefix(String threadNamePrefix)StringtoString()-
Methods inherited from class io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
assertProperties
-
-
-
-
Method Detail
-
of
public static AsyncConfigs of(String threadNamePrefix)
-
getThreadNamePrefix
public String getThreadNamePrefix()
-
setThreadNamePrefix
public void setThreadNamePrefix(String threadNamePrefix)
-
canEqual
protected boolean canEqual(Object other)
-
-