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
-
Field Summary
FieldsFields inherited from class org.operaton.bpm.client.spring.impl.client.ClientFactory
backoffStrategy, client, clientConfiguration, LOG, propertyResolver, requestInterceptorsFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidvoidapplyPropertiesFrom(ClientProperties clientConfigurationProps) Methods inherited from class org.operaton.bpm.client.spring.impl.client.ClientFactory
addClientRequestInterceptors, checkForCreateTimeMisconfiguration, close, getClientConfiguration, getObject, getObjectType, getRequestInterceptors, handleOrderByCreateTimeConfig, isOrderByCreateTimeEnabled, isUseCreateTimeEnabled, resolve, setClientBackoffStrategy, setClientConfiguration, setPropertyConfigurer, setRequestInterceptors, tryConfigureCreateTimeOrderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Field Details
-
clientProperties
-
-
Constructor Details
-
PropertiesAwareClientFactory
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classClientFactory
-
addBasicAuthInterceptor
protected void addBasicAuthInterceptor() -
applyPropertiesFrom
-