Class InstanceStatusChangedEvent
java.lang.Object
de.codecentric.boot.admin.server.domain.events.InstanceEvent
de.codecentric.boot.admin.server.domain.events.InstanceStatusChangedEvent
- All Implemented Interfaces:
Serializable
This event gets emitted when an instance changes its status.
- Author:
- Johannes Edmeier
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstanceStatusChangedEvent(InstanceId instance, long version, StatusInfo statusInfo) InstanceStatusChangedEvent(InstanceId instance, long version, Instant timestamp, StatusInfo statusInfo) -
Method Summary
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
InstanceStatusChangedEvent
-
InstanceStatusChangedEvent
public InstanceStatusChangedEvent(InstanceId instance, long version, Instant timestamp, StatusInfo statusInfo)
-