java.lang.Object
de.codecentric.boot.admin.server.domain.events.InstanceEvent
de.codecentric.boot.admin.server.domain.events.InstanceInfoChangedEvent
All Implemented Interfaces:
Serializable

public class InstanceInfoChangedEvent extends InstanceEvent
This event gets emitted when an instance information changes.
Author:
Johannes Edmeier
See Also:
  • Field Details

  • Constructor Details

    • InstanceInfoChangedEvent

      public InstanceInfoChangedEvent(InstanceId instance, long version, Info info)
    • InstanceInfoChangedEvent

      public InstanceInfoChangedEvent(InstanceId instance, long version, Instant timestamp, Info info)