Package com.iohao.net.framework.core.flow.internal
package com.iohao.net.framework.core.flow.internal
Provides internal flow-plugin implementations that participate in the framework execution
pipeline and support extensible request-processing behavior.
See Business Framework Plugin for the plugin model overview.
- Author:
- 渔民小镇
- date:
- 2024-08-05
-
ClassDescriptionDebug plugin that logs detailed request/response information for each action method invocation.Default
ActionAfterimplementation that encodes the action method result into the response message.Default exception processor that wraps exceptions intoMessageException.Default action method invoker usingMethodHandlefor high-performance method dispatch.PluginInOut - StatActionInOut - Action Call Statistics PluginPluginInOut - StatActionInOut - Action Call Statistics Plugin - StatAction Update ListenerPluginInOut - StatActionInOut - Action Call Statistics Plugin - Time Range RecordPluginInOut - ThreadMonitorInOut - Business Thread Monitoring PluginPer-thread monitoring record holding execution count, total time, and remaining queue size.Region that managesThreadMonitorInOut.ThreadMonitorinstances, one per business thread.PluginInOut - TimeRangeInOut - Call Statistics Plugin for Each Time PeriodListener interface forTimeRangeInOutchange notifications and customization.Daily call statistics record holding the date, total count, and per-hour breakdowns.Hourly call statistics record holding the hour, total count, and per-minute breakdowns.Minute-range statistics record within an hour.