eventBus static method

Option eventBus(
  1. EventBus bus
)

Implementation

static Option eventBus(EventBus bus) {
  return (config) => config.withEventBus(bus);
}