Interface EventListener

All Superinterfaces:
org.pf4j.ExtensionPoint, com.netflix.spinnaker.kork.plugins.api.internal.SpinnakerExtensionPoint

public interface EventListener extends com.netflix.spinnaker.kork.plugins.api.internal.SpinnakerExtensionPoint
This is the main touch point for Echo. Implementations of `EventListener` will, if wired up as a Spring bean, process all events that are posted into Echo.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process an Echo Event

    Methods inherited from interface com.netflix.spinnaker.kork.plugins.api.internal.SpinnakerExtensionPoint

    getExtensionClass, getPluginId
  • Method Details

    • processEvent

      void processEvent(Event event)
      Process an Echo Event