Class TogglzAutoConfiguration
java.lang.Object
org.togglz.spring.boot.actuate.autoconfigure.TogglzAutoConfiguration
@AutoConfiguration
@ConditionalOnProperty(prefix="togglz",
name="enabled",
matchIfMissing=true)
@EnableConfigurationProperties(TogglzProperties.class)
public class TogglzAutoConfiguration
extends Object
Auto-configuration for Togglz.- Author:
- Marcel Overdijk
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classprotected static classprotected static classprotected static classprotected static classprotected static classprotected static classprotected static classprotected static classprotected static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontogglzApplicationContextBinderApplicationListener(org.springframework.beans.factory.ObjectProvider<TogglzApplicationContextBinderApplicationListener.ContextRefreshedEventFilter> contextRefreshedEventFilter)
-
Constructor Details
-
TogglzAutoConfiguration
public TogglzAutoConfiguration()
-
-
Method Details
-
togglzApplicationContextBinderApplicationListener
@Bean public TogglzApplicationContextBinderApplicationListener togglzApplicationContextBinderApplicationListener(org.springframework.beans.factory.ObjectProvider<TogglzApplicationContextBinderApplicationListener.ContextRefreshedEventFilter> contextRefreshedEventFilter)
-