Package io.etcd.jetcd.watch
Class WatchEvent
java.lang.Object
io.etcd.jetcd.watch.WatchEvent
Watch event, return by watch, contain put, delete event.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionWatchEvent(KeyValue keyValue, KeyValue prevKV, WatchEvent.EventType eventType) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
WatchEvent
-
-
Method Details
-
getKeyValue
-
getPrevKV
-
getEventType
-