OpenTelemetry SDK
    Preparing search index...

    Type Alias MessagingDestinationKindValues

    Identifies the Values for MessagingDestinationKindValues enum definition

    The kind of message destination.

    Use the MESSAGINGDESTINATIONKINDVALUES_XXXXX constants rather than the MessagingDestinationKindValues.XXXXX for bundle minification.

    type MessagingDestinationKindValues = {
        QUEUE: "queue";
        TOPIC: "topic";
    }
    Index
    QUEUE: "queue"

    A message sent to a queue.

    TOPIC: "topic"

    A message sent to a topic.