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
-
Field Summary
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Field Details
-
clientProperties
-
-
Constructor Details
-
PropertiesAwareClientFactory
public PropertiesAwareClientFactory()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Overrides:
afterPropertiesSet
in classClientFactory
- Throws:
Exception
-
addBasicAuthInterceptor
protected void addBasicAuthInterceptor() -
applyPropertiesFrom
-