Class Bus<T,E extends OpEvent<T>>
java.lang.Object
com.power4j.fist.boot.common.op.bus.Bus<T,E>
- All Implemented Interfaces:
OpEventSource<T,E>
- Since:
- 1.0
- Author:
- CJ (power4j@outlook.com)
-
Constructor Summary
ConstructorsConstructorDescriptionBus()Bus(List<OpEventSubscriber<T, E>> subscribers, ErrorHandler<E> errorHandler) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoNotify(OpEventSubscriber<T, E> observer, E event) void发送事件protected List<OpEventSubscriber<T,E>> voidsetErrorHandler(ErrorHandler<E> errorHandler) voidsetSubscribers(List<OpEventSubscriber<T, E>> subscribers)
-
Constructor Details
-
Bus
public Bus() -
Bus
-
-
Method Details
-
getSubscribers
-
setSubscribers
-
setErrorHandler
-
fire
Description copied from interface:OpEventSource发送事件 -
doNotify
-