public interface DatabaseChangeEvent
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(DatabaseChangeListener listener)
Pass this event to the appropriate method of the given listener.
|
int |
getVbucket()
Returns the id of the virtual bucket associated with this event,
or -1 if the event is not associated with a specific virtual bucket.
|
void dispatch(DatabaseChangeListener listener)
The listener is invoked immediately in the same thread that calls this method.
int getVbucket()
Copyright © 2021 Couchbase, Inc.. All rights reserved.