Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Java can be used to populate the context object in the RestClient / RestCall
  • Java can be used to create a custom body in the RestClient / RestCall (e.g. BodyWriter)

We considered adding flexibility to use Java in the Webhook. But we prefer to add this to the RestClient - as our general architectural intent is that the webhooks are light and when something needs more custom behaviour - this is to be done in the RESTClient.

...