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 Details

    • 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