Package brave.spring.beans
Class SingleCorrelationFieldFactoryBean
- java.lang.Object
-
- brave.spring.beans.SingleCorrelationFieldFactoryBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean
public class SingleCorrelationFieldFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean
Spring XML config does not support chained builders. This converts accordingly
-
-
Constructor Summary
Constructors Constructor Description SingleCorrelationFieldFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CorrelationScopeConfig.SingleCorrelationFieldgetObject()Class<? extends CorrelationScopeConfig>getObjectType()booleanisSingleton()voidsetBaggageField(BaggageField baggageField)voidsetDirty(boolean dirty)voidsetFlushOnUpdate(boolean flushOnUpdate)voidsetName(String name)
-
-
-
Method Detail
-
getObject
public CorrelationScopeConfig.SingleCorrelationField getObject()
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean
-
getObjectType
public Class<? extends CorrelationScopeConfig> getObjectType()
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean
-
setBaggageField
public void setBaggageField(BaggageField baggageField)
-
setName
public void setName(String name)
-
setDirty
public void setDirty(boolean dirty)
-
setFlushOnUpdate
public void setFlushOnUpdate(boolean flushOnUpdate)
-
-