Package version:

Interface GatewayMessageBusSourceProperties

The properties that are associated with a gateway message bus datasource.

interface GatewayMessageBusSourceProperties {
    topic?: string;
}

Hierarchy (view full)

Properties

Properties

topic?: string

The name of the Service Bus topic.

Generated using TypeDoc