public final class SyncToken extends Object
What this token represents is entirely connector-specific. On some connectors this might be a last-modified value. On others, it might be a unique ID of a log table entry. On others such as JMS, this might be a dummy value since JMS itself keeps track of the state of the sync.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
getValue()
Returns the value for the token.
|
int |
hashCode() |
String |
toString() |
public SyncToken(Object value)
value
- May not be null. TODO: define set of allowed value types
(currently same as set of allowed attribute values).public Object getValue()
Copyright © 2022. All rights reserved.