Class ChannelParameter

java.lang.Object
io.github.springwolf.asyncapi.v3.model.ExtendableObject
io.github.springwolf.asyncapi.v3.model.channel.ChannelParameter
All Implemented Interfaces:
Reference

public class ChannelParameter extends ExtendableObject implements Reference
Describes a parameter included in a channel address.
  • Constructor Details

    • ChannelParameter

      public ChannelParameter()
  • Method Details

    • getRef

      public String getRef()
      Description copied from interface: Reference
      Required. The reference string.
      Specified by:
      getRef in interface Reference