Package org.openspaces.core.properties
Interface BeanLevelMergedPropertiesAware
- All Known Implementing Classes:
AbstractGatewayComponentFactoryBean,EmbeddedSpaceFactoryBean,GatewayDelegatorFactoryBean,GatewaySinkFactoryBean,SpaceProxyFactoryBean,UrlSpaceFactoryBean
public interface BeanLevelMergedPropertiesAware
A callback that sets the merged properties using
mergedProperties and the bean name that the bean implementing this interface is associated
with.- Author:
- kimchy
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetMergedBeanLevelProperties(Properties beanLevelProperties) Sets the merged properties usingmergedPropertiesand the bean name that the bean implementing this interface is associated with.
-
Method Details
-
setMergedBeanLevelProperties
Sets the merged properties usingmergedPropertiesand the bean name that the bean implementing this interface is associated with.
-