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 Details

    • BatchPublicationNotification

      public BatchPublicationNotification(long version, long timestamp)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2)
    • toString

      public static String toString()
    • version

      public long version()
    • timestamp

      public long timestamp()
    • getCatalogVersion

      public Long getCatalogVersion()
      Returns:
      Version of new commit
    • getCommitTimestamp

      public Long getCommitTimestamp()
      Returns:
      timestamp Timestamp at which commit succeeded (in ms since 01/01/1970 00:00 UTC)