AsynchronousZookeeper

Constructs AsynchronousZookeeper values.

This companion object is provided as a convenience and is equivalent to:

Zookeeper(...).async
See also:
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

Constructs a new asynchronous ZooKeeper client using the given configuration.

Constructs a new asynchronous ZooKeeper client using the given configuration.

Value parameters:
config

the client configuration

Returns:

a client with the given config

Constructs a new asynchronous ZooKeeper client using the given configuration and session credential.

Constructs a new asynchronous ZooKeeper client using the given configuration and session credential.

Value parameters:
config

the client configuration

cred

the session credentials

Returns:

a client with the given config and cred