Uses of Interface
io.oxia.client.api.Notification
Packages that use Notification
-
Uses of Notification in io.oxia.client.api
Classes in io.oxia.client.api that implement NotificationModifier and TypeClassDescriptionstatic final recordA record associated with the key has been created.static final recordThe record associated with the key has been deleted.static final recordThe record associated with the key has been modified (updated).static final recordThe record associated with the key range has been deleted.Method parameters in io.oxia.client.api with type arguments of type NotificationModifier and TypeMethodDescriptionvoidAsyncOxiaClient.notifications(Consumer<Notification> notificationCallback) Registers a callback to receive Oxiarecord change notifications.voidSyncOxiaClient.notifications(Consumer<Notification> notificationCallback) Registers a callback to receive Oxiarecord change notifications.