Class WebhookCallResponse

java.lang.Object
io.fusionauth.domain.WebhookCallResponse
All Implemented Interfaces:
Buildable<WebhookCallResponse>

public class WebhookCallResponse extends Object implements Buildable<WebhookCallResponse>
A webhook call response.
Author:
Spencer Witt
  • Field Details

    • exception

      public String exception
    • statusCode

      public int statusCode
    • url

      public URI url
      The URI for the webhook endpoint or null if the event was sent to a Kafka topic.
  • Constructor Details

    • WebhookCallResponse

      public WebhookCallResponse()
  • Method Details