Class OperationReplyAddress

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

public class OperationReplyAddress extends ExtendableObject implements Reference
An object that specifies where an operation has to send the reply.

For specifying and computing the location of a reply address, a runtime expression is used.
  • Constructor Details

    • OperationReplyAddress

      public OperationReplyAddress()
  • Method Details

    • getRef

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