Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CuratorFramework

Hierarchy

  • CuratorFramework

Implemented by

Index

Methods

addConnectionStateListener

checkExists

createContainers

  • createContainers(path: string, cb: function): void
  • Parameters

    • path: string
    • cb: function
        • (err: Error | Exception, path: string): void
        • Parameters

          • err: Error | Exception
          • path: string

          Returns void

    Returns void

getChildren

getData

isConnected

  • isConnected(): boolean

removeConnectionStateListener

Generated using TypeDoc