@ConfigurationProperties(prefix="warn.ding-robot") public class DingRobotProperties extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DingRobotProperties.RobotProperties |
| 构造器和说明 |
|---|
DingRobotProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCorePoolSize() |
Map<String,DingRobotProperties.RobotProperties> |
getInstance() |
Integer |
getRetry() |
void |
setCorePoolSize(Integer corePoolSize) |
void |
setInstance(Map<String,DingRobotProperties.RobotProperties> instance) |
void |
setRetry(Integer retry) |
public Map<String,DingRobotProperties.RobotProperties> getInstance()
public void setInstance(Map<String,DingRobotProperties.RobotProperties> instance)
public Integer getRetry()
public void setRetry(Integer retry)
public Integer getCorePoolSize()
public void setCorePoolSize(Integer corePoolSize)
Copyright © 2022. All rights reserved.