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 java.lang.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 java.lang.StringgetPath()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetPath(java.lang.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 java.lang.String getPath()
- Returns:
- the endpoint
-
setPath
public void setPath(java.lang.String path)
- Parameters:
endpoint- the endpoint to set
-
-