public class DefaultEventBusFactory extends Object implements EventBusFactory
Modifier and Type | Method and Description |
---|---|
EventBus |
createEventBus(taskSchedulerProvider : Supplier<InternalSchedules>)
Create the event bus.
|
public def
createEventBus(taskSchedulerProvider : Supplier<InternalSchedules>) : EventBus
EventBusFactory
createEventBus
in interface EventBusFactory
taskSchedulerProvider
- a provider of scheduler for the agent tasks that may be invoked on demand.Copyright © 2020 the original authors or authors.