@groovy.util.logging.Slf4j @groovy.transform.CompileStatic class EventBusFactoryBean extends EventBusBuilder implements ApplicationContextAware, FactoryBean<EventBus>, InitializingBean
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() |
|
java.lang.Class<?> |
getObjectType() |
|
boolean |
isSingleton() |
| Methods inherited from class | Name |
|---|---|
class EventBusBuilder |
build, createDefaultEventBus |
Groovy Documentation