Class MonitorUpdate

    • Field Detail

      • hostName

        public final java.lang.String hostName
        Application is running on this host. Note: this name is not not required to be a network host name but should be a name meaningful to the application and those monitoring it.
      • appName

        public final java.lang.String appName
        Application name. This name should be meaningful both to the application and those monitoring it.
      • instance

        public final MonitorId instance
        Registered eBus object's unique identifier.
      • updateType

        public final MonitorUpdate.UpdateType updateType
        Specifies update is for either object registration, on-going status update, transient status update, and de-registration.
      • actionLevel

        public final ActionLevel actionLevel
        Action level associated with update type.
      • actionName

        public final java.lang.String actionName
        Action name associated with update type. Will not be null or empty.
      • actionMessage

        @Nullable
        public final java.lang.String actionMessage
        Optional human-readable text associated with action name providing further explanation.