Interface KymaEventFilterService

All Known Implementing Classes:
KymaEventFilterServiceImpl

public interface KymaEventFilterService
Interface to filter Kyma events before sending them to Kyma.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Filters the event that will be sent to Kyma.
  • Method Details

    • filterKymaEvent

      boolean filterKymaEvent(EventSourceData eventSourceData)
      Filters the event that will be sent to Kyma.
      Parameters:
      eventSourceData - Contains Kyma event and its configuration
      Returns:
      A boolean flag indicates if the event will be sent to Kyma or not. If the flag is true, the event will be sent; otherwise the event will not be sent.