CreateResult

case class CreateResult(op: CreateOperation, path: String) extends Result

The result of a ''create'' operation.

Value parameters:
op

the create operation corresponding to this result

path

the final path of the created node, which will differ from the path in op if either PersistentSequential PersistentSequentialTimeToLive or EphemeralSequential disposition is specified

trait Serializable
trait Product
trait Equals
trait Result
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product