org.axonframework.extensions.mongo.eventsourcing.eventstore.MongoTrackingToken
instead.@Deprecated public class MongoTrackingToken extends Object implements Serializable
Constructor and Description |
---|
MongoTrackingToken()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Instant |
getTimestamp()
Deprecated.
Get the timestamp of the last event tracked by this token.
|
Map<String,Long> |
getTrackedEvents()
Deprecated.
Gets tracked events.
|
public Instant getTimestamp()
Copyright © 2010–2020. All rights reserved.