Package | Description |
---|---|
org.menacheri.jetserver.concurrent | |
org.menacheri.jetserver.event.impl |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventLoop |
Modifier and Type | Method and Description |
---|---|
static EventLoop<ArrayBlockingQueue<Command>,Thread> |
EventLoopFactory.newEventLoop(ThreadFactory threadFactory) |
Modifier and Type | Field and Description |
---|---|
private EventLoop<ArrayBlockingQueue<Command>,ExecutorService> |
ABQEventDispatcher.eventLoop |
Constructor and Description |
---|
ABQEventDispatcher(EventLoop<ArrayBlockingQueue<Command>,ExecutorService> eventLoop,
Lane<String,ExecutorService> lane) |
ABQEventDispatcher(EventLoop<ArrayBlockingQueue<Command>,ExecutorService> eventLoop,
Lane<String,ExecutorService> lane,
Map<Integer,List<EventHandler>> handlersByEventType,
List<EventHandler> genericHandlers) |
Copyright © 2013. All Rights Reserved.