Class EmbeddedCamundaClientProperties
- java.lang.Object
-
- org.camunda.bpm.client.spring.impl.client.ClientConfiguration
-
- org.camunda.bpm.client.spring.boot.starter.ClientProperties
-
- de.cronn.camunda.testserver.spring.EmbeddedCamundaClientProperties
-
@Primary public class EmbeddedCamundaClientProperties extends org.camunda.bpm.client.spring.boot.starter.ClientProperties
-
-
Constructor Summary
Constructors Constructor Description EmbeddedCamundaClientProperties(de.cronn.camunda.testserver.EmbeddedCamundaRestServer embeddedCamundaRestServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBaseUrl()voidsetBaseUrl(java.lang.String baseUrl)-
Methods inherited from class org.camunda.bpm.client.spring.boot.starter.ClientProperties
findSubscriptionPropsByTopicName, getBasicAuth, getSubscriptions, setBasicAuth, setSubscriptions
-
Methods inherited from class org.camunda.bpm.client.spring.impl.client.ClientConfiguration
fromAnnotation, getAsyncResponseTimeout, getDateFormat, getDefaultSerializationFormat, getDisableAutoFetching, getDisableBackoffStrategy, getLockDuration, getMaxTasks, getUsePriority, getWorkerId, isNull, isNull, isNull, setAsyncResponseTimeout, setDateFormat, setDefaultSerializationFormat, setDisableAutoFetching, setDisableBackoffStrategy, setLockDuration, setMaxTasks, setUsePriority, setWorkerId
-
-
-
-
Method Detail
-
setBaseUrl
public void setBaseUrl(java.lang.String baseUrl)
- Overrides:
setBaseUrlin classorg.camunda.bpm.client.spring.impl.client.ClientConfiguration
-
getBaseUrl
public java.lang.String getBaseUrl()
- Overrides:
getBaseUrlin classorg.camunda.bpm.client.spring.impl.client.ClientConfiguration
-
-