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