Uses of Class
top.magstar.framework.events.models.HandlerRegistration
Packages that use HandlerRegistration
Package
Description
-
Uses of HandlerRegistration in top.magstar.framework.events.models.monitors
Methods in top.magstar.framework.events.models.monitors with parameters of type HandlerRegistrationModifier and TypeMethodDescriptionvoidCallChain.addHandlerCall(HandlerRegistration handler, long executionTimeMs, boolean success) Constructors in top.magstar.framework.events.models.monitors with parameters of type HandlerRegistrationModifierConstructorDescriptionHandlerCall(HandlerRegistration handler, long executionTimeMs, boolean success) HandlerMetrics(HandlerRegistration handler) HandlerProfile(HandlerRegistration handler) -
Uses of HandlerRegistration in top.magstar.framework.events.monitoring
Methods in top.magstar.framework.events.monitoring with parameters of type HandlerRegistrationModifier and TypeMethodDescriptionvoidIEventProfiler.recordHandlerExecution(HandlerRegistration handler, long executionTimeMs, boolean success, Exception exception) 记录处理器执行信息voidIEventMetrics.recordHandlerInvocation(HandlerRegistration handler, long executionTimeMs, boolean success) 记录处理器调用