Class ExternalWorkflowProviderProperties

java.lang.Object
com.broadleafcommerce.orchestration.service.provider.external.ExternalWorkflowProviderProperties

@ConfigurationProperties("broadleaf.workflow.workflowprovider") public class ExternalWorkflowProviderProperties extends Object
  • Constructor Details

    • ExternalWorkflowProviderProperties

      public ExternalWorkflowProviderProperties()
  • Method Details

    • getUrl

      public String getUrl()
      The base url for an external catalog service: https://localhost:8447/catalog.
    • getWorkflowUri

      public String getWorkflowUri()
      The URI path for interacting with workflows. This is appended to url.
    • getServiceClient

      public String getServiceClient()
      The service client to use when interacting with catalog. Default is "workflowclient"
    • isSslVerificationDisabled

      public boolean isSslVerificationDisabled()
    • setUrl

      public void setUrl(String url)
      The base url for an external catalog service: https://localhost:8447/catalog.
    • setWorkflowUri

      public void setWorkflowUri(String workflowUri)
      The URI path for interacting with workflows. This is appended to url.
    • setServiceClient

      public void setServiceClient(String serviceClient)
      The service client to use when interacting with catalog. Default is "workflowclient"
    • setSslVerificationDisabled

      public void setSslVerificationDisabled(boolean sslVerificationDisabled)