Interface TogglzBootstrap


  • public interface TogglzBootstrap

    Implementations of this interface are looked up by Togglz during the bootstrapping process and used to create the FeatureManager for the application. The automatic bootstrapping is the default behavior for web applications.

    Users can choose whether they want to implement TogglzBootstrap or TogglzConfig for configuring Togglz. The advantage of TogglzBootstrap is that it offers more control than TogglzConfig while TogglzConfig is easier to use but doesn't allow to configure all the aspects of the FeatureManager.

    Author:
    Christian Kaltepoth
    See Also:
    FeatureManagerBootstrapper, TogglzConfig