@CompileStatic @Slf4j class EventBusFactoryBean extends EventBusBuilder implements FactoryBean<EventBus>, InitializingBean, ApplicationContextAware
Factory bean for usage within Spring
| Type | Name and description |
|---|---|
ApplicationContext |
applicationContext |
EventBus |
eventBus |
| Constructor and description |
|---|
EventBusFactoryBean() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
afterPropertiesSet() |
|
protected EventBus |
createDefaultEventBus() |
|
EventBus |
getObject() |
|
Class<?> |
getObjectType() |
|
boolean |
isSingleton() |
| Methods inherited from class | Name |
|---|---|
class EventBusBuilder |
build, createDefaultEventBus |
Groovy Documentation