Class PropertiesAwareClientFactory

java.lang.Object
org.operaton.bpm.client.spring.impl.client.ClientFactory
org.operaton.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

      @Autowired public PropertiesAwareClientFactory(ClientProperties clientProperties)
  • Method Details

    • afterPropertiesSet

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

      protected void addBasicAuthInterceptor()
    • applyPropertiesFrom

      public void applyPropertiesFrom(ClientProperties clientConfigurationProps)