Class ActivitiGraphQLWebProperties


  • @ConfigurationProperties(prefix="spring.activiti.cloud.services.notifications.graphql")
    @Validated
    public class ActivitiGraphQLWebProperties
    extends Object
    • 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