Interface SpinnakerApplicationEvent


  • public interface SpinnakerApplicationEvent
    The base type for all Spinnaker application events that are accessible by plugins.
    • Method Detail

      • getSource

        @Nullable
        java.lang.Object 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.