WowAutoConfiguration

@AutoConfiguration(before = [LifecycleAutoConfiguration::class])
@EnableConfigurationProperties(value = [WowProperties::class, LifecycleProperties::class])
class WowAutoConfiguration(wowProperties: WowProperties)

Wow AutoConfiguration .

Author

ahoo wang

Constructors

Link copied to clipboard
constructor(wowProperties: WowProperties)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
@Bean
fun errorInfoConverterRegistrar(errorInfoConverterFactoryProvider: ObjectProvider<ErrorInfoConverterFactory<*>>): ErrorInfoConverterRegistrar
Link copied to clipboard
@Bean
@ConditionalOnMissingBean
fun serviceProvider(beanFactory: ConfigurableBeanFactory): ServiceProvider
Link copied to clipboard
@Primary
@Bean(value = ["wow.CurrentBoundedContext"])
fun wowCurrentBoundedContext(applicationContext: ApplicationContext): NamedBoundedContext
Link copied to clipboard
@Bean(value = ["lifecycleProcessor"])
@ConditionalOnMissingBean(name = ["lifecycleProcessor"], search = SearchStrategy.CURRENT)
fun wowLifecycleProcessor(lifecycleProperties: LifecycleProperties): DefaultLifecycleProcessor