Class ExternalWorkflowProviderProperties
java.lang.Object
com.broadleafcommerce.orchestration.service.provider.external.ExternalWorkflowProviderProperties
@ConfigurationProperties("broadleaf.workflow.workflowprovider")
public class ExternalWorkflowProviderProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe service client to use when interacting with catalog.getUrl()
The base url for an external catalog service:https://localhost:8447/catalog
.The URI path for interacting with workflows.boolean
void
setServiceClient
(String serviceClient) The service client to use when interacting with catalog.void
setSslVerificationDisabled
(boolean sslVerificationDisabled) void
The base url for an external catalog service:https://localhost:8447/catalog
.void
setWorkflowUri
(String workflowUri) The URI path for interacting with workflows.
-
Constructor Details
-
ExternalWorkflowProviderProperties
public ExternalWorkflowProviderProperties()
-
-
Method Details
-
getUrl
The base url for an external catalog service:https://localhost:8447/catalog
. -
getWorkflowUri
The URI path for interacting with workflows. This is appended tourl
. -
getServiceClient
The service client to use when interacting with catalog. Default is "workflowclient" -
isSslVerificationDisabled
public boolean isSslVerificationDisabled() -
setUrl
The base url for an external catalog service:https://localhost:8447/catalog
. -
setWorkflowUri
The URI path for interacting with workflows. This is appended tourl
. -
setServiceClient
The service client to use when interacting with catalog. Default is "workflowclient" -
setSslVerificationDisabled
public void setSslVerificationDisabled(boolean sslVerificationDisabled)
-