Interface WebhookApiDelegate


@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
           date="2023-11-16T04:27:59.845708885Z[Etc/UTC]")
public interface WebhookApiDelegate
A delegate to be called by the WebhookApiController}. Implement this interface with a Service annotated class.
  • Method Summary

    Modifier and Type Method Description
    default Optional<org.springframework.web.context.request.NativeWebRequest> getRequest()  
    default org.springframework.http.ResponseEntity<Void> notifyWebhookEvent​(String contentSignature, Event event)
    POST /webhook : Notify of an event
  • Method Details