Interface RemoveWatchesLocal

All Superinterfaces:
Backgroundable<ErrorListenerPathable<Void>>, BackgroundPathable<Void>, BackgroundPathableQuietlyable<Void>, Pathable<Void>, Quietly<BackgroundPathable<Void>>
All Known Subinterfaces:
RemoveWatchesType
All Known Implementing Classes:
RemoveWatchesBuilderImpl, WatchesBuilderImpl

public interface RemoveWatchesLocal extends BackgroundPathableQuietlyable<Void>
Builder to allow the specification of whether it is acceptable to remove client side watch information in the case where ZK cannot be contacted.
  • Method Details

    • locally

      Specify if the client should just remove client side watches if a connection to ZK is not available. Note that the standard Curator retry loop will not be used in t
      Returns: