Class CoherenceAutoConfiguration
- java.lang.Object
 - 
- com.oracle.coherence.spring.boot.autoconfigure.CoherenceAutoConfiguration
 
 
- 
@AutoConfiguration @ConditionalOnMissingBean(CoherenceServer.class) @EnableCoherence @EnableConfigurationProperties({CoherenceProperties.class,CoherenceConfigClientProperties.class}) @AutoConfigureBefore(org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.class) public class CoherenceAutoConfiguration extends Object
Activates Coherence Auto Configuration for Spring Boot, provided the respectiveCoherenceServeris not defined.- Since:
 - 3.0
 - Author:
 - Gunnar Hillert
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCoherenceAutoConfiguration.CoherencePublisherScanRegistrarConfiguration 
- 
Constructor Summary
Constructors Constructor Description CoherenceAutoConfiguration() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BeanFactoryPostProcessorcoherenceAutoConfigurationBeanFactoryPostProcessor(ConfigurableEnvironment environment)CoherenceConfigurerCustomizer<DefaultCoherenceConfigurer>coherenceConfigurerCustomizer(CoherenceProperties coherenceProperties) 
 - 
 
- 
- 
Method Detail
- 
coherenceAutoConfigurationBeanFactoryPostProcessor
@Bean public static BeanFactoryPostProcessor coherenceAutoConfigurationBeanFactoryPostProcessor(ConfigurableEnvironment environment)
 
- 
coherenceConfigurerCustomizer
@Bean public CoherenceConfigurerCustomizer<DefaultCoherenceConfigurer> coherenceConfigurerCustomizer(CoherenceProperties coherenceProperties)
 
 - 
 
 -