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
-
Method Summary
-
Method Details
-
isEnabled
public boolean isEnabled()- Returns:
- the enabled
-
setEnabled
public void setEnabled(boolean enabled) - Parameters:
enabled- the enabled to set
-
getPath
- Returns:
- the endpoint
-
setPath
- Parameters:
endpoint- the endpoint to set
-