@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias PublishMessageResponses

    type PublishMessageResponses = {
        "200": { messageKey?: MessageKey; tenantId?: TenantId };
    }
    Index

    Properties

    Properties

    "200": { messageKey?: MessageKey; tenantId?: TenantId }

    The message key of the published message.

    Type Declaration

    • OptionalmessageKey?: MessageKey

      The key of the published message.

    • OptionaltenantId?: TenantId

      The tenant ID of the message.