Package io.fusionauth.domain
Class WebhookCallResponse
java.lang.Object
io.fusionauth.domain.WebhookCallResponse
- All Implemented Interfaces:
Buildable<WebhookCallResponse>
A webhook call response.
- Author:
- Spencer Witt
-
Field Details
-
exception
-
statusCode
public int statusCode -
url
The URI for the webhook endpoint ornull
if the event was sent to a Kafka topic.
-
-
Constructor Details
-
WebhookCallResponse
public WebhookCallResponse()
-
-
Method Details