ExpectedResult

data class ExpectedResult<S : Any>(val exchange: ServerCommandExchange<*>, val stateAggregate: StateAggregate<S>, val domainEventStream: DomainEventStream? = null, val error: Throwable? = null)

Constructors

Link copied to clipboard
constructor(exchange: ServerCommandExchange<*>, stateAggregate: StateAggregate<S>, domainEventStream: DomainEventStream? = null, error: Throwable? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val error: Throwable? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard