Interface SpinnakerApplicationEvent
public interface SpinnakerApplicationEvent
The base type for all Spinnaker application events that are accessible by plugins.
-
Method Summary
Modifier and TypeMethodDescriptionThe originating object that created the event.longThe timestamp (epoch milliseconds) when the event was created.
-
Method Details
-
getSource
The originating object that created the event.IMPORTANT: Service developers should exercise caution setting this value, as it could leak an internal service class, establishing an unwanted implicit contract with plugin developers.
-
getTimestamp
long getTimestamp()The timestamp (epoch milliseconds) when the event was created.
-