Class PropertiesAwareClientFactory

java.lang.Object
org.camunda.bpm.client.spring.impl.client.ClientFactory
org.camunda.bpm.client.spring.boot.starter.impl.PropertiesAwareClientFactory
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<ExternalTaskClient>, org.springframework.beans.factory.InitializingBean

public class PropertiesAwareClientFactory extends ClientFactory
  • Field Details

  • Constructor Details

    • PropertiesAwareClientFactory

      public PropertiesAwareClientFactory()
  • Method Details

    • afterPropertiesSet

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

      protected void addBasicAuthInterceptor()
    • applyPropertiesFrom

      public void applyPropertiesFrom(ClientProperties clientConfigurationProps)