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 respective
CoherenceServer
is not defined.- Since:
- 3.0
- Author:
- Gunnar Hillert
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BeanFactoryPostProcessor
coherenceConfigurerCustomizer
(CoherenceProperties coherenceProperties)
-
Constructor Details
-
CoherenceAutoConfiguration
public CoherenceAutoConfiguration()
-
-
Method Details
-
coherenceAutoConfigurationBeanFactoryPostProcessor
@Bean public static BeanFactoryPostProcessor coherenceAutoConfigurationBeanFactoryPostProcessor(ConfigurableEnvironment environment) -
coherenceConfigurerCustomizer
@Bean public CoherenceConfigurerCustomizer<DefaultCoherenceConfigurer> coherenceConfigurerCustomizer(CoherenceProperties coherenceProperties)
-