Wow-Compensation
  1. Response
Wow-Compensation
  • wow
    • The receiving endpoint of the wait signal
      POST
    • Unified Sending Endpoint For Command Messages
      POST
    • Get Wow Metadata
      GET
    • Generate Global ID
      GET
    • Generate BI Sync Script
      GET
  • compensation.execution_failed
    • create_execution_failed
      POST
    • prepare_compensation
      PUT
    • force_prepare_compensation
      PUT
    • apply_execution_success
      PUT
    • apply_execution_failed
      PUT
    • apply_retry_spec
      PUT
    • change_function
      PUT
    • mark_recoverable
      PUT
    • Delete aggregate
      DELETE
    • Recover deleted aggregate
      PUT
    • Get Aggregate Tracing
      GET
    • Load State Aggregate
      GET
    • Load Versioned State Aggregate
      GET
    • Load Time Based State Aggregate
      GET
    • Get Snapshot
      GET
    • Regenerate Aggregate Snapshot
      PUT
    • Batch Regenerate Aggregate Snapshot
      PUT
    • Count Snapshot
      POST
    • List Query Snapshot
      POST
    • List Query Snapshot State
      POST
    • Paged Query Snapshot
      POST
    • Paged Query Snapshot State
      POST
    • Single Snapshot
      POST
    • Single Snapshot State
      POST
    • Load Event Stream
      GET
    • List Query Event Stream
      POST
    • Paged Query Event Stream
      POST
    • Count Event Stream
      POST
    • Event Compensate
      PUT
    • Resend State Event
      POST
  • Actuator
    • Actuator web endpoint 'threaddump'
    • Actuator web endpoint 'health-path'
    • Actuator web endpoint 'health'
    • Actuator web endpoint 'cosidStringGenerator-name'
    • Actuator web endpoint 'cosidStringGenerator'
    • Actuator web endpoint 'cosidGenerator-name'
    • Actuator web endpoint 'cosidGenerator'
    • Actuator web endpoint 'cosid-name'
    • Actuator web endpoint 'cosid-name'
    • Actuator web endpoint 'cosid'
    • Actuator root web endpoint
  • 数据模型
    • Schemas
      • compensation.ApiVersion
      • compensation.execution_failed.ApplyExecutionFailed
      • compensation.execution_failed.ApplyExecutionSuccess
      • compensation.execution_failed.ApplyRetrySpec
      • compensation.execution_failed.ChangeFunction
      • compensation.execution_failed.CompensationPrepared
      • compensation.StringObjectMap
      • compensation.execution_failed.CreateExecutionFailed
      • compensation.execution_failed.ExecutionFailedAggregatedCondition
      • compensation.execution_failed.ErrorDetails
      • compensation.execution_failed.ExecutionFailedAggregatedDomainEventStream
      • compensation.SecurityContext
      • compensation.execution_failed.EventId
      • compensation.execution_failed.ExecutionFailedAggregatedDomainEventStreamPagedList
      • compensation.StringLinkMap
      • compensation.execution_failed.ExecutionFailedApplied
      • compensation.execution_failed.ExecutionFailedAggregatedDomainEventStreamServerSentEventNonNullData
      • compensation.execution_failed.ExecutionFailedCreated
      • compensation.execution_failed.ExecutionFailedAggregatedFields
      • compensation.WebServerNamespace
      • compensation.execution_failed.ExecutionFailedStatus
      • compensation.execution_failed.ExecutionFailedAggregatedListQuery
      • compensation.execution_failed.ExecutionSuccessApplied
      • compensation.execution_failed.ExecutionFailedAggregatedPagedQuery
      • compensation.execution_failed.ForcePrepareCompensation
      • compensation.execution_failed.ExecutionFailedAggregatedSingleQuery
      • compensation.execution_failed.FunctionChanged
      • compensation.execution_failed.MarkRecoverable
      • compensation.execution_failed.PrepareCompensation
      • compensation.execution_failed.ExecutionFailedState
      • compensation.execution_failed.RecoverableMarked
      • compensation.execution_failed.ExecutionFailedStateMaterializedSnapshot
      • compensation.execution_failed.RetrySpec
      • compensation.execution_failed.ExecutionFailedStateMaterializedSnapshotPagedList
      • compensation.execution_failed.ExecutionFailedStateMaterializedSnapshotServerSentEventNonNullData
      • compensation.execution_failed.RetrySpecApplied
      • compensation.execution_failed.ExecutionFailedStatePagedList
      • compensation.execution_failed.RetryState
      • compensation.execution_failed.ExecutionFailedStateServerSentEventNonNullData
      • wow.MessageHeaderSqlType
      • compensation.execution_failed.ExecutionFailedStateSnapshot
      • wow.api.BindingError
      • compensation.execution_failed.ExecutionFailedStateStateEvent
      • wow.api.DefaultErrorInfo
      • wow.api.RecoverableType
      • wow.api.command.DefaultDeleteAggregate
      • wow.api.command.DefaultRecoverAggregate
      • wow.api.messaging.FunctionInfoData
      • wow.api.messaging.FunctionKind
      • AggregateId
      • wow.api.query.Condition
      • wow.api.query.ListQuery
      • wow.api.query.Operator
      • wow.api.query.PagedQuery
      • wow.api.query.Pagination
      • wow.api.query.Projection
      • wow.api.query.Sort
      • wow.command.CommandResult
      • wow.command.CommandStage
      • wow.command.SimpleWaitSignal
      • wow.configuration.Aggregate
      • wow.api.query.Sort.Direction
      • wow.api.query.ConditionOptions
      • wow.configuration.BoundedContext
      • wow.configuration.WowMetadata
      • wow.messaging.CompensationTarget
      • wow.openapi.BatchResult
      • wow.configuration.StringAggregateMap
      • wow.configuration.StringBoundedContextMap
      • compensation.Link
    • Response
      • wow.CommandOk
      • wow.CommandBadRequest
      • wow.CommandNotFound
      • wow.CommandVersionConflict
      • wow.CommandTooManyRequests
      • wow.CommandRequestTimeout
      • wow.CommandIllegalAccessDeletedAggregate
      • wow.BadRequest
      • wow.NotFound
      • wow.CountQuery
      • wow.RequestTimeout
      • wow.TooManyRequests
      • wow.CompensationTarget
      • wow.BatchResult
  1. Response

wow.CommandTooManyRequests

{
    "aggregateId": "string",
    "aggregateName": "string",
    "aggregateVersion": 0,
    "bindingErrors": [
        {
            "msg": "string",
            "name": "string"
        }
    ],
    "commandId": "string",
    "contextName": "string",
    "errorCode": "string",
    "errorMsg": "string",
    "function": {
        "contextName": "string",
        "functionKind": "COMMAND",
        "name": "string",
        "processorName": "string"
    },
    "id": "string",
    "requestId": "string",
    "result": {},
    "signalTime": 0,
    "stage": "SENT",
    "tenantId": "string",
    "waitCommandId": "string",
    "succeeded": true
}
Built with