Example usage for io.vertx.core.spi VerticleFactory interface-usage

List of usage examples for io.vertx.core.spi VerticleFactory interface-usage

Introduction

In this page you can find the example usage for io.vertx.core.spi VerticleFactory interface-usage.

Usage

From source file net.kuujo.vertigo.deployment.ComponentFactory.java

/**
 * Component verticle factory.
 *
 * @author <a href="http://github.com/kuujo">Jordan Halterman</a>
 */
public class ComponentFactory implements VerticleFactory {

From source file org.apache.tamaya.vertx.ConfiguredVerticleFactory.java

/**
 * Verticle factory that produces Java verticles that are configured with the Tamaya injection API.
 */
public class ConfiguredVerticleFactory implements VerticleFactory {

    @Override

From source file org.jacpfx.vertx.spring.SpringVerticleFactory.java

/**
 * A Vertx Spring factory that creates a spring verticle and loads for each verticle instance a spring context
 * @author Andy Moncsek , Johannes Schth
 *
 */
public class SpringVerticleFactory implements VerticleFactory {

From source file org.wisdom.framework.vertx.WisdomInternalVerticleFactory.java

/**
 * @author <a href="http://escoffier.me">Clement Escoffier</a>
 */
public class WisdomInternalVerticleFactory implements VerticleFactory {

    private final List<Server> servers;