Class ManagementProperties
- java.lang.Object
-
- org.camunda.bpm.spring.boot.starter.property.ManagementProperties
-
@ConfigurationProperties("management") public class ManagementProperties extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ManagementProperties.Health
-
Constructor Summary
Constructors Constructor Description ManagementProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagementProperties.Health
getHealth()
void
setHealth(ManagementProperties.Health health)
String
toString()
-
-
-
Method Detail
-
getHealth
public ManagementProperties.Health getHealth()
- Returns:
- the health
-
setHealth
public void setHealth(ManagementProperties.Health health)
- Parameters:
health
- the health to set
-
-