Example usage for com.vaadin.server VaadinService subclass-usage

List of usage examples for com.vaadin.server VaadinService subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.server VaadinService subclass-usage.

Usage

From source file com.github.mcollovati.vertx.vaadin.VertxVaadinService.java

/**
 * Created by marco on 16/07/16.
 */
public class VertxVaadinService extends VaadinService {

    private static final Logger logger = LoggerFactory.getLogger(VertxVaadinService.class);