Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hints for subscription OperationMessage's payload serialization. #716

Merged

Commits on Nov 2, 2021

  1. Add hints for subscription OperationMessage's payload serialization.

    The idea of this commit is to aid Jackson infer the content of the
    `OperationMessage` payload by adding the `@JsonSubType` hint. With this
    we can tell Jackson that the type could be either...
    
    * empty, via the EmptyPayload class.
    * data, via the DataPayload class.
    * query, via the QueryPayload class
    berngp committed Nov 2, 2021
    Copy the full SHA
    36ea67e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c00659c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4d2af8e View commit details
    Browse the repository at this point in the history