@Deprecated
public class SnapshotEventSourceNotification
extends de.otto.synapse.eventsource.EventSourceNotification
EventSourceNotification that additionally holds the timestamp of snapshot creation.| Modifier and Type | Class and Description |
|---|---|
static class |
SnapshotEventSourceNotification.Builder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SnapshotEventSourceNotification.Builder |
builder()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
java.util.Optional<java.time.Instant> |
getSnapshotTimestamp()
Deprecated.
|
int |
hashCode()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
public java.util.Optional<java.time.Instant> getSnapshotTimestamp()
public boolean equals(java.lang.Object o)
equals in class de.otto.synapse.eventsource.EventSourceNotificationpublic int hashCode()
hashCode in class de.otto.synapse.eventsource.EventSourceNotificationpublic java.lang.String toString()
toString in class de.otto.synapse.eventsource.EventSourceNotificationpublic static SnapshotEventSourceNotification.Builder builder()