Class EventBusFactory
- java.lang.Object
-
- de.quantummaid.eventmaid.qcec.eventbus.EventBusFactory
-
public final class EventBusFactory extends Object
Factory to create a newEventBusobject for the givenMessageBus.
-
-
Constructor Summary
Constructors Constructor Description EventBusFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EventBusaEventBus(MessageBus messageBus)Factory method to create a newEventBusobject for the givenMessageBus.
-
-
-
Method Detail
-
aEventBus
public static EventBus aEventBus(MessageBus messageBus)
Factory method to create a newEventBusobject for the givenMessageBus.- Parameters:
messageBus- theMessageBusto use- Returns:
- a new
EventBus
-
-