Class PerformanceSnapshot
java.lang.Object
top.magstar.framework.events.models.monitors.PerformanceSnapshot
-
Constructor Summary
ConstructorsConstructorDescriptionPerformanceSnapshot(LocalDateTime timestamp, Map<Class<?>, EventTypeProfile> eventTypeProfiles, Map<String, HandlerProfile> handlerProfiles, SystemMetrics systemMetrics) -
Method Summary
-
Constructor Details
-
PerformanceSnapshot
public PerformanceSnapshot(LocalDateTime timestamp, Map<Class<?>, EventTypeProfile> eventTypeProfiles, Map<String, HandlerProfile> handlerProfiles, SystemMetrics systemMetrics)
-
-
Method Details
-
getTimestamp
-
getEventTypeProfiles
-
getHandlerProfiles
-
getSystemMetrics
-