Interface RootEventSender


public interface RootEventSender
A gateway for entering the Spring Integrations channels for processing the webhook events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(@NotNull WebhookEvent event)
    Sends the specified event into the Spring Integration channel associated with this gateway for processing
  • Method Details

    • send

      void send(@NotNull @NotNull WebhookEvent event)
      Sends the specified event into the Spring Integration channel associated with this gateway for processing
      Parameters:
      event - the WebhookEvent carrying details about the item change to notify the webhooks about