public interface Fiber extends DisposingExecutor, Scheduler
Channel
. Fibers can be backed by a dedicated thread (ThreadFiber
) or use
a thread pool (PoolFiberFactory
).
Events executed by Fiber will be processed sequentially.Modifier and Type | Method and Description |
---|---|
void |
start()
Start consuming events
|
add, remove, size
schedule, scheduleAtFixedRate, scheduleWithFixedDelay
dispose
Copyright © 2017. All Rights Reserved.