| 程序包 | 说明 |
|---|---|
| com.codingapi.springboot.framework.event | |
| com.codingapi.springboot.framework.handler |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ApplicationEventUtils.push(IEvent event) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BaseHandler<T extends IEvent> |
interface |
IHandler<T extends IEvent> |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ApplicationHandlerUtils.handler(IEvent event) |
void |
BaseHandler.handler(IEvent event) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ApplicationHandlerUtils.addHandler(IHandler<IEvent> handler) |
void |
ApplicationHandlerUtils.addHandlers(List<IHandler<IEvent>> handleres) |
SpringEventHandler |
SpringHandlerConfiguration.springEventHandler(List<IHandler<IEvent>> handleres) |
| 构造器和说明 |
|---|
SpringEventHandler(List<IHandler<IEvent>> handlers) |
Copyright © 2021. All rights reserved.