Interface CuratorConfigured


  • public interface CuratorConfigured
    This interface is intended to be implemented by a Dropwizard Configuration class, in order to make the intent clear that an application requires a Curator configuration and for consistency across applications. It is used by the Curator bundle provided in this library.
    See Also:
    CuratorBundle
    • Method Detail

      • getCuratorConfig

        CuratorConfig getCuratorConfig()
        Returns:
        the Curator configuration