Interface BusinessEventGateway
public interface BusinessEventGateway
A gateway for entering the Spring Integrations channels for processing the Business Events for webhooks.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsend(@NotNull AbstractEvent 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- theAbstractEventcarrying details about the event occurred that will be sent to the configured webhook
-