类 LocalRequestMappingGatherEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
cn.herodotus.engine.event.core.definition.LocalApplicationEvent<List<RequestMapping>>
cn.herodotus.engine.event.core.local.LocalRequestMappingGatherEvent
所有已实现的接口:
Serializable

public class LocalRequestMappingGatherEvent extends LocalApplicationEvent<List<RequestMapping>>

Description: 本地RequestMapping收集事件

作者:
: gengwei.zheng
另请参阅:
Date:
: 2021/8/8 21:55
  • 构造器详细资料

    • LocalRequestMappingGatherEvent

      public LocalRequestMappingGatherEvent(List<RequestMapping> data)
    • LocalRequestMappingGatherEvent

      public LocalRequestMappingGatherEvent(List<RequestMapping> data, Clock clock)