Example usage for io.vertx.core Vertx interface-usage

List of usage examples for io.vertx.core Vertx interface-usage

Introduction

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

Usage

From source file org.sfs.SfsVertx.java

public interface SfsVertx extends Vertx {

    ExecutorService getIoPool();

    ExecutorService getBackgroundPool();
}