java.lang.Object
io.lettuce.core.event.DefaultEventBus
- All Implemented Interfaces:
EventBus
public class DefaultEventBus extends Object implements EventBus
Default implementation for an
EventBus. Events are published using a Scheduler and events are recorded
through EventRecorder.- Since:
- 3.4
- Author:
- Mark Paluch
-
Constructor Summary
Constructors Constructor Description DefaultEventBus(Scheduler scheduler) -
Method Summary
-
Constructor Details
-
DefaultEventBus
-
-
Method Details