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<org.camunda.bpm.client.ExternalTaskClient>, org.springframework.beans.factory.InitializingBean

public class PropertiesAwareClientFactory extends org.camunda.bpm.client.spring.impl.client.ClientFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from class org.camunda.bpm.client.spring.impl.client.ClientFactory

    backoffStrategy, client, clientConfiguration, LOG, propertyResolver, requestInterceptors

    Fields inherited from interface org.springframework.beans.factory.FactoryBean

    OBJECT_TYPE_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    void
     
    void
    applyPropertiesFrom(ClientProperties clientConfigurationProps)
     

    Methods inherited from class org.camunda.bpm.client.spring.impl.client.ClientFactory

    addClientRequestInterceptors, checkForCreateTimeMisconfiguration, close, getClientConfiguration, getObject, getObjectType, getRequestInterceptors, handleOrderByCreateTimeConfig, isOrderByCreateTimeEnabled, isSingleton, isUseCreateTimeEnabled, resolve, setClientBackoffStrategy, setClientConfiguration, setPropertyConfigurer, setRequestInterceptors, tryConfigureCreateTimeOrder

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 org.camunda.bpm.client.spring.impl.client.ClientFactory
      Throws:
      Exception
    • addBasicAuthInterceptor

      protected void addBasicAuthInterceptor()
    • applyPropertiesFrom

      public void applyPropertiesFrom(ClientProperties clientConfigurationProps)