Package org.kiwiproject.curator
-
Class Summary Class Description CuratorBundle<C extends io.dropwizard.Configuration & CuratorConfigured> A Dropwizard bundle that creates aCuratorFrameworkinstance, wrapped in a DropwizardManagedinstance.CuratorFrameworkHelper Helper class for managing the lifecycle ofCuratorFrameworkinstances.CuratorLockHelper Helper class for creating and managing Curator locks, and converting timeouts and exceptions thrown by Curator intoLockAcquisitionExceptions.ManagedCuratorFramework A DropwizardManagedthat wraps aCuratorFrameworkinstance, starting and stopping it automatically with the application.