Interface Event

  • All Superinterfaces:
    ModelEntity, Serializable
    All Known Implementing Classes:
    CeilometerEvent

    public interface Event
    extends ModelEntity
    Event represents the state of an object in an OpenStack service at a point in time when something of interest has occurred
    Author:
    Miroslav Lacina
    • Method Detail

      • getEventType

        String getEventType()
        Returns:
        a dotted string defining what event occurred
      • getGenerated

        String getGenerated()
        Returns:
        a timestamp of when the event occurred on the source system
      • getMessageId

        String getMessageId()
        Returns:
        a UUID for this event
      • getTraits

        List<? extends Trait> getTraits()
        Returns:
        event’s Traits which contain most of the details of the event