Class PropertiesAwareClientFactory

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<org.camunda.bpm.client.ExternalTaskClient>, org.springframework.beans.factory.InitializingBean

    public class PropertiesAwareClientFactory
    extends org.camunda.bpm.client.spring.impl.client.ClientFactory
    • Constructor Detail

      • PropertiesAwareClientFactory

        public PropertiesAwareClientFactory()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Overrides:
        afterPropertiesSet in class org.camunda.bpm.client.spring.impl.client.ClientFactory
        Throws:
        Exception
      • addBasicAuthInterceptor

        protected void addBasicAuthInterceptor()
      • applyPropertiesFrom

        public void applyPropertiesFrom​(ClientProperties clientConfigurationProps)