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
Methods inherited from interface com.netflix.spinnaker.kork.plugins.api.internal.SpinnakerExtensionPoint
getExtensionClass, getPluginId
-
Method Details
-
processEvent
Process an EchoEvent
-