Package com.netflix.spinnaker.kork.plugins.api.events
-
Interface Summary Interface Description SpinnakerApplicationEvent The base type for all Spinnaker application events that are accessible by plugins.SpinnakerEventListener<E extends SpinnakerApplicationEvent> An application event listener for Spinnaker events that can be utilized by plugins. -
Annotation Types Summary Annotation Type Description Async Used to mark aSpinnakerEventListeneras asynchronous.