Class OperationReply

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

public class OperationReply extends ExtendableObject implements Reference
Describes the reply part that MAY be applied to an Operation Object. If an operation implements the request/reply pattern, the reply object represents the response message.
See Also:
  • Constructor Details

    • OperationReply

      public OperationReply()
  • Method Details

    • getRef

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