Wow-Compensation
  1. wow
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
  1. wow

Get Wow Metadata

GET
/wow/metadata
wow

请求参数

无

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/wow/metadata'

返回响应

🟢200成功
application/json
The Wow Metadata.
Body
contexts
object (wow.configuration.StringBoundedContextMap) 
可选
额外字段
object (wow.configuration.BoundedContext) 
可选
示例
{
    "contexts": {
        "property1": {
            "aggregates": {
                "property1": {
                    "commands": [
                        "string"
                    ],
                    "events": [
                        "string"
                    ],
                    "id": "string",
                    "scopes": [
                        "string"
                    ],
                    "tenantId": "string",
                    "type": "string"
                },
                "property2": {
                    "commands": [
                        "string"
                    ],
                    "events": [
                        "string"
                    ],
                    "id": "string",
                    "scopes": [
                        "string"
                    ],
                    "tenantId": "string",
                    "type": "string"
                }
            },
            "alias": "string",
            "scopes": [
                "string"
            ]
        },
        "property2": {
            "aggregates": {
                "property1": {
                    "commands": [
                        "string"
                    ],
                    "events": [
                        "string"
                    ],
                    "id": "string",
                    "scopes": [
                        "string"
                    ],
                    "tenantId": "string",
                    "type": "string"
                },
                "property2": {
                    "commands": [
                        "string"
                    ],
                    "events": [
                        "string"
                    ],
                    "id": "string",
                    "scopes": [
                        "string"
                    ],
                    "tenantId": "string",
                    "type": "string"
                }
            },
            "alias": "string",
            "scopes": [
                "string"
            ]
        }
    }
}
上一页
Unified Sending Endpoint For Command Messages
下一页
Generate Global ID
Built with