public class RestBusVerticleFactory extends java.lang.Object implements IVerticleFactory, IVerticlePriority
Constructor and Description |
---|
RestBusVerticleFactory() |
Modifier and Type | Method and Description |
---|---|
int |
getPriority() |
boolean |
isWorker() |
org.vertx.java.platform.Verticle |
newInstance() |
public boolean isWorker()
isWorker
in interface IVerticleFactory
public org.vertx.java.platform.Verticle newInstance()
newInstance
in interface IVerticleFactory
public int getPriority()
getPriority
in interface IVerticlePriority
Copyright © 2021. All Rights Reserved.