public interface ChangeEvents
Modifier and Type | Method and Description |
---|---|
List<ChangeEvent> |
getChangeEvents()
Returns the change event list.
|
boolean |
getHasMoreItems()
Indicates whether are more change events or not.
|
String |
getLatestChangeLogToken()
Returns the change log token if available.
|
long |
getTotalNumItems()
Returns the total number of change events if available.
|
String getLatestChangeLogToken()
null
if it is not
available.List<ChangeEvent> getChangeEvents()
null
boolean getHasMoreItems()
true
is there are more change events, false
otherwiselong getTotalNumItems()
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.