Skip to content

Solace Channel Binding v0.3.0

The Solace channel binding specifies that an AsyncAPI channel corresponds to a Solace topic.

Overview

As of v0.3.0, this binding is a placeholder and has no configurable properties. Its presence on a channel indicates that the channel represents a Solace topic. The detailed destination configuration (including topic subscriptions for queues) is defined in the Operation Binding.

Channel Properties

PropertyTypeRequiredDescription
bindingVersionstringNoBinding version (defaults to 0.3.0).

Example

This example identifies the channel user/signedup as a Solace topic.

yaml
channels:
  userSignedup:
    address: 'user/signedup'
    bindings:
      solace:
        bindingVersion: '0.3.0'

Changelog

Version 0.3.0

  • The binding remains a placeholder. All destination logic is in the operation binding.