| 构造器和说明 |
|---|
VertxConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
io.vertx.core.DeploymentOptions |
deploymentOptions() |
io.vertx.core.eventbus.EventBus |
eventBus(io.vertx.core.Vertx vertx) |
io.vertx.core.file.FileSystem |
fileSystem(io.vertx.core.Vertx vertx) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
io.vertx.core.shareddata.SharedData |
sharedData(io.vertx.core.Vertx vertx) |
io.vertx.core.Vertx |
vertx() |
@Bean @ConditionalOnMissingBean public io.vertx.core.Vertx vertx()
@Bean @ConditionalOnMissingBean public io.vertx.core.eventbus.EventBus eventBus(io.vertx.core.Vertx vertx)
@Bean @ConditionalOnMissingBean public io.vertx.core.file.FileSystem fileSystem(io.vertx.core.Vertx vertx)
@Bean @ConditionalOnMissingBean public io.vertx.core.shareddata.SharedData sharedData(io.vertx.core.Vertx vertx)
@Bean(value="defaultDeploymentOptions") public io.vertx.core.DeploymentOptions deploymentOptions()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2018. All rights reserved.