Interface RootEventSender
public interface RootEventSender
A gateway for entering the Spring Integrations channels for processing the webhook events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsend(@NotNull WebhookEvent event) Sends the specified event into the Spring Integration channel associated with this gateway for processing
-
Method Details
-
send
Sends the specified event into the Spring Integration channel associated with this gateway for processing- Parameters:
event- theWebhookEventcarrying details about the item change to notify the webhooks about
-