Interface Reactor.Thread

All Superinterfaces:
NonBlocking
Enclosing interface:
Reactor

public static interface Reactor.Thread extends NonBlocking

A marker interface that is detected on Threads to indicate that a thread is part of a reactor.

Since:
1.2
Author:
Jeremy Kuhn
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the event loop associated to the reactor thread.
  • Method Details

    • getEventLoop

      EventLoop getEventLoop()

      Returns the event loop associated to the reactor thread.

      Returns:
      a netty event loop