接口的使用
com.codingapi.springboot.framework.event.IEvent
-
使用IEvent的程序包 程序包 说明 com.codingapi.springboot.framework.event com.codingapi.springboot.framework.handler -
-
com.codingapi.springboot.framework.event中IEvent的使用
参数类型为IEvent的com.codingapi.springboot.framework.event中的方法 修饰符和类型 方法 说明 voidApplicationEventUtils. push(IEvent event) -
com.codingapi.springboot.framework.handler中IEvent的使用
类型参数类型为IEvent的com.codingapi.springboot.framework.handler中的类 修饰符和类型 类 说明 classBaseHandler<T extends IEvent>interfaceIHandler<T extends IEvent>参数类型为IEvent的com.codingapi.springboot.framework.handler中的方法 修饰符和类型 方法 说明 voidApplicationHandlerUtils. handler(IEvent event)voidBaseHandler. handler(IEvent event)类型变量类型为IEvent的com.codingapi.springboot.framework.handler中的方法参数 修饰符和类型 方法 说明 voidApplicationHandlerUtils. addHandler(IHandler<IEvent> handler)voidApplicationHandlerUtils. addHandlers(List<IHandler<IEvent>> handleres)SpringEventHandlerSpringHandlerConfiguration. springEventHandler(List<IHandler<IEvent>> handleres)类型变量类型为IEvent的com.codingapi.springboot.framework.handler中的构造器参数 构造器 说明 SpringEventHandler(List<IHandler<IEvent>> handlers)
-