public interface ChangeEvent
| Modifier and Type | Method and Description |
|---|---|
String |
domain()
Domain for the event.
|
boolean |
isRedundant()
This change is redundant and can be skipped.
|
long |
namespace()
Changed page namespace.
|
long |
revision()
Page revision.
|
Instant |
timestamp()
Change timestamp.
|
String |
title()
Changed page title.
|
long revision()
String title()
long namespace()
Instant timestamp()
String domain()
boolean isRedundant()
Copyright © 2019. All rights reserved.