Package org.kiwiproject.curator.config
Interface CuratorConfigured
-
public interface CuratorConfiguredThis interface is intended to be implemented by a DropwizardConfigurationclass, 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CuratorConfiggetCuratorConfig()
-
-
-
Method Detail
-
getCuratorConfig
CuratorConfig getCuratorConfig()
- Returns:
- the Curator configuration
-
-