CommandResult
data class CommandResult(val id: String, val waitCommandId: String, val stage: CommandStage, val contextName: String, val aggregateName: String, val tenantId: String, val aggregateId: String, val aggregateVersion: Int? = null, val requestId: String, val commandId: String, val function: FunctionInfoData, val errorCode: String = ErrorCodes.SUCCEEDED, val errorMsg: String = ErrorCodes.SUCCEEDED_MESSAGE, val bindingErrors: List<BindingError> = emptyList(), val result: Map<String, Any> = emptyMap(), val signalTime: Long = System.currentTimeMillis()) : Identifier, WaitCommandIdCapable, CommandStageCapable, NamedBoundedContext, AggregateNameCapable, TenantId, NullableAggregateVersionCapable, CommandId, RequestId, ErrorInfo, FunctionInfoCapable<FunctionInfoData> , CommandResultCapable, SignalTimeCapable, Materialized
Constructors
Link copied to clipboard
constructor(id: String, waitCommandId: String, stage: CommandStage, contextName: String, aggregateName: String, tenantId: String, aggregateId: String, aggregateVersion: Int? = null, requestId: String, commandId: String, function: FunctionInfoData, errorCode: String = ErrorCodes.SUCCEEDED, errorMsg: String = ErrorCodes.SUCCEEDED_MESSAGE, bindingErrors: List<BindingError> = emptyList(), result: Map<String, Any> = emptyMap(), signalTime: Long = System.currentTimeMillis())
Properties
Functions
Link copied to clipboard
fun NamedBoundedContext.getContextAlias(boundedContext: BoundedContext? = MetadataSearcher.metadata.contexts[contextName]): String
Link copied to clipboard
Link copied to clipboard