Interface ResourceInfo


  • public interface ResourceInfo
    Information about the resource affected by this event.
    • Method Detail

      • getType

        java.lang.String getType()
        Gets the type of the resource associated with this event. Supported values can be found at @ResourceTypes
        Returns:
        Type of the resource that generated the event. Null if does not apply.
      • getName

        java.lang.String getName()
        Returns:
        Name or ID of the resource that generated the event. Null if does not apply.