@Component public class SpringVerticleFactory extends Object implements io.vertx.core.spi.VerticleFactory, org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
SpringVerticleFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
blockingCreate() |
io.vertx.core.Verticle |
createVerticle(String verticleName,
ClassLoader classLoader) |
String |
prefix() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public boolean blockingCreate()
blockingCreate 在接口中 io.vertx.core.spi.VerticleFactorypublic String prefix()
prefix 在接口中 io.vertx.core.spi.VerticleFactorypublic io.vertx.core.Verticle createVerticle(String verticleName, ClassLoader classLoader) throws Exception
createVerticle 在接口中 io.vertx.core.spi.VerticleFactoryExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2018. All rights reserved.