@groovy.transform.CompileStatic @groovy.util.logging.Slf4j class EventBusFactoryBean extends EventBusBuilder
Factory bean for usage within Spring
Type | Name and description |
---|---|
ApplicationContext |
applicationContext |
EventBus |
eventBus |
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 |