Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CuratorEventType

The kind of event emitted by the curator. Please note that not all of them are implemented yet.

Index

Enumeration members

Enumeration members

CHILDREN

CHILDREN:

Corresponds to {@link CuratorFramework#getChildren()}

EXISTS

EXISTS:

Corresponds to {@link CuratorFramework#checkExists()}

GET_DATA

GET_DATA:

Corresponds to {@link CuratorFramework#getData()}

Generated using TypeDoc