Skip to content

Commit

Permalink
Add also the subscription keys fields in the Type Signature Descripti…
Browse files Browse the repository at this point in the history
…on section
  • Loading branch information
CesarCoelho committed Jan 6, 2025
1 parent bd35bd9 commit c463aba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,7 @@ private void addOperationStructureDetails(DocxBaseWriter docxFile, OperationType
msgs.add(lop.getMessages().getResponse());
} else if (op instanceof PubSubOperationType) {
PubSubOperationType lop = (PubSubOperationType) op;
msgs.add(lop.getMessages().getSubscriptionKeys());
msgs.add(lop.getMessages().getPublishNotify());
}

Expand Down

0 comments on commit c463aba

Please sign in to comment.