V - the result type of method Callable.call().public interface CallableEventExecutorAdapter<V> extends Callable<V>
EventExecutor and a Callable.
This interface is used internally to ensure scheduled tasks are executed by
the correct EventExecutor after channel migration.ScheduledFutureTask,
SingleThreadEventExecutor| Modifier and Type | Method and Description |
|---|---|
EventExecutor |
executor()
Returns the wrapped
EventExecutor. |
Callable<V> |
unwrap()
Returns the wrapped
Callable. |
EventExecutor executor()
EventExecutor.Copyright © 2008–2015 The Netty Project. All rights reserved.