Change.Kind

public enum Kind

The kind of Change: either PUT, UPDATE or REMOVE.

Enum Constants

PUT

public static final Change.Kind PUT

REMOVE

public static final Change.Kind REMOVE

UPDATE

public static final Change.Kind UPDATE

Methods

fromInt

protected static Kind fromInt(int numVal)

value

public int value()

Returns the numeric value of the change kind (the same than in zenoh-c).

Returns:the numeric value.