MockStateAggregate

data class MockStateAggregate(val id: String, val orders: List<MockOrder> = emptyList(), val decimalValue: BigDecimal = BigDecimal.ZERO, val createdAt: Long = 0) : ReadOnlyStateAggregateAware<MockStateAggregate>

Constructors

Link copied to clipboard
constructor(id: String, orders: List<MockOrder> = emptyList(), decimalValue: BigDecimal = BigDecimal.ZERO, createdAt: Long = 0)
constructor(id: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard

Functions

Link copied to clipboard
open override fun setReadOnlyStateAggregate(readOnlyStateAggregate: ReadOnlyStateAggregate<MockStateAggregate>)