Package io.preboot.eventbus
Class LocalEventPublisher
java.lang.Object
io.preboot.eventbus.LocalEventPublisher
- All Implemented Interfaces:
EventPublisher
-
Constructor Summary
ConstructorsConstructorDescriptionLocalEventPublisher(LocalEventHandlerRepository localEventHandlerRepository) -
Method Summary
-
Constructor Details
-
LocalEventPublisher
-
-
Method Details
-
publish
public <T> void publish(T event) - Specified by:
publishin interfaceEventPublisher
-