All Downloads are FREE. Search and download functionalities are using the official Maven repository.

memento.memory.MemorySnapshotRow.groovy Maven / Gradle / Ivy

package memento.memory

import groovy.transform.ToString
import groovy.transform.builder.Builder

import java.time.OffsetDateTime

@ToString(includeNames = true)
@Builder
class MemorySnapshotRow {
    UUID id
    UUID aggregateId
    String aggregateType
    Integer version
    String json
    OffsetDateTime createdAt
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy