CommandRequest
data class CommandRequest(val body: Any, val waitPlan: CommandRequest.WaitPlan = WaitPlan(), val aggregateId: String? = null, val aggregateVersion: Int? = null, val tenantId: String? = null, val ownerId: String? = null, val spaceId: SpaceId? = null, val requestId: String? = null, val localFirst: Boolean? = null, val context: String? = null, val aggregate: String? = null, val serviceUri: String? = null, val type: String? = null)
Constructors
Link copied to clipboard
constructor(body: Any, waitPlan: CommandRequest.WaitPlan = WaitPlan(), aggregateId: String? = null, aggregateVersion: Int? = null, tenantId: String? = null, ownerId: String? = null, spaceId: SpaceId? = null, requestId: String? = null, localFirst: Boolean? = null, context: String? = null, aggregate: String? = null, serviceUri: String? = null, type: String? = null)