Class BatchPublicationNotification
java.lang.Object
com.here.platform.data.client.model.BatchPublicationNotification
- All Implemented Interfaces:
Notification,Serializable,scala.Equals,scala.Product
public final class BatchPublicationNotification
extends Object
implements Notification, scala.Product, Serializable
BatchPublicationNotification that is published when ever new batch commit succeeds.
param: version Version of new commit param: timestamp Timestamp at which commit succeeded (in ms since 01/01/1970 00:00 UTC)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
BatchPublicationNotification
public BatchPublicationNotification(long version, long timestamp)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
version
public long version() -
timestamp
public long timestamp() -
getCatalogVersion
- Returns:
- Version of new commit
-
getCommitTimestamp
- Returns:
- timestamp Timestamp at which commit succeeded (in ms since 01/01/1970 00:00 UTC)
-