EventExecutor
is a special EventExecutorGroup
which comes
with some handy methods to see if a Thread
is executed in a event loop.
Besides this, it also extends the EventExecutorGroup
to allow for a generic
way to access methods.
Modifier and Type | Method and Description |
---|---|
public boolean | |
public boolean | inEventLoop(Thread thread)
Return |
public <V> Future | |
public <V> ProgressivePromise | |
public <V> Promise | |
public <V> Future | |
public EventExecutor | |
public EventExecutorGroup |
inEventLoop | back to summary |
---|---|
public boolean inEventLoop() Calls |
inEventLoop | back to summary |
---|---|
public boolean inEventLoop(Thread thread) Return |
newFailedFuture | back to summary |
---|---|
public <V> Future Create a new |
newProgressivePromise | back to summary |
---|---|
public <V> ProgressivePromise Create a new |
newPromise | back to summary |
---|---|
public <V> Promise Return a new |
newSucceededFuture | back to summary |
---|---|
public <V> Future Create a new |
next | back to summary |
---|---|
public EventExecutor next() Redeclares io. Returns a reference to itself.
|
parent | back to summary |
---|---|
public EventExecutorGroup parent() Return the |