Example usage for io.netty.util.concurrent AbstractScheduledEventExecutor subclass-usage

List of usage examples for io.netty.util.concurrent AbstractScheduledEventExecutor subclass-usage

Introduction

In this page you can find the example usage for io.netty.util.concurrent AbstractScheduledEventExecutor subclass-usage.

Usage

From source file cz.znj.kvr.sw.exp.java.netty.netty.MyEmbeddedEventLoop.java

public final class MyEmbeddedEventLoop extends AbstractScheduledEventExecutor
        implements ChannelHandlerInvoker, EventLoop {
    public static MyEmbeddedEventLoop getInstance() {
        return instance;
    }