Class ActivitiGraphQLWebProperties
- java.lang.Object
-
- org.activiti.cloud.services.graphql.autoconfigure.ActivitiGraphQLWebProperties
-
@ConfigurationProperties(prefix="spring.activiti.cloud.services.notifications.graphql") @Validated public class ActivitiGraphQLWebProperties extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActivitiGraphQLWebProperties.AutoConfiguration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPath()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetPath(String path)
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
- Returns:
- the enabled
-
setEnabled
public void setEnabled(boolean enabled)
- Parameters:
enabled- the enabled to set
-
getPath
public String getPath()
- Returns:
- the endpoint
-
setPath
public void setPath(String path)
- Parameters:
endpoint- the endpoint to set
-
-