Interface SpinnakerApplicationEvent


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

    Modifier and Type
    Method
    Description
    The originating object that created the event.
    long
    The timestamp (epoch milliseconds) when the event was created.
  • Method Details

    • getSource

      @Nullable 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.