Class EmbeddedCamundaClientProperties


  • @Primary
    public class EmbeddedCamundaClientProperties
    extends org.camunda.bpm.client.spring.boot.starter.ClientProperties
    • Field Summary

      • Fields inherited from class org.camunda.bpm.client.spring.boot.starter.ClientProperties

        basicAuth, subscriptions
      • Fields inherited from class org.camunda.bpm.client.spring.impl.client.ClientConfiguration

        asyncResponseTimeout, baseUrl, dateFormat, defaultSerializationFormat, disableAutoFetching, disableBackoffStrategy, lockDuration, maxTasks, usePriority, workerId
    • 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.String getBaseUrl()  
      void setBaseUrl​(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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmbeddedCamundaClientProperties

        public EmbeddedCamundaClientProperties​(de.cronn.camunda.testserver.EmbeddedCamundaRestServer embeddedCamundaRestServer)
    • Method Detail

      • setBaseUrl

        public void setBaseUrl​(java.lang.String baseUrl)
        Overrides:
        setBaseUrl in class org.camunda.bpm.client.spring.impl.client.ClientConfiguration
      • getBaseUrl

        public java.lang.String getBaseUrl()
        Overrides:
        getBaseUrl in class org.camunda.bpm.client.spring.impl.client.ClientConfiguration