Interface BusinessEventGateway


public interface BusinessEventGateway
A gateway for entering the Spring Integrations channels for processing the Business Events for webhooks.
  • Method Summary

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

    • send

      void send(@NotNull @NotNull AbstractEvent event)
      Sends the specified event into the Spring Integration channel associated with this gateway for processing
      Parameters:
      event - the AbstractEvent carrying details about the event occurred that will be sent to the configured webhook