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

    Type Alias MessagePublicationResult

    The message key of the published message.

    type MessagePublicationResult = {
        messageKey: MessageKey;
        tenantId: TenantId;
    }
    Index

    Properties

    Properties

    messageKey: MessageKey

    The key of the published message.

    tenantId: TenantId

    The tenant ID of the message.