public class EventLoopServiceWrapper<O> extends Object implements ServiceWrapper, net.openhft.chronicle.core.threads.EventHandler
| Modifier and Type | Field and Description |
|---|---|
protected net.openhft.chronicle.wire.MethodReader[] |
serviceIn |
| Constructor and Description |
|---|
EventLoopServiceWrapper(ServiceWrapperBuilder<O> builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
action() |
void |
close() |
ChronicleQueue[] |
inputQueues() |
boolean |
isClosed() |
ChronicleQueue |
outputQueue() |
net.openhft.chronicle.core.threads.HandlerPriority |
priority() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic EventLoopServiceWrapper(ServiceWrapperBuilder<O> builder)
public ChronicleQueue[] inputQueues()
inputQueues in interface ServiceWrapperpublic ChronicleQueue outputQueue()
outputQueue in interface ServiceWrapperpublic boolean action()
throws net.openhft.chronicle.core.threads.InvalidEventHandlerException,
InterruptedException
action in interface net.openhft.chronicle.core.threads.VanillaEventHandlernet.openhft.chronicle.core.threads.InvalidEventHandlerExceptionInterruptedExceptionpublic net.openhft.chronicle.core.threads.HandlerPriority priority()
priority in interface net.openhft.chronicle.core.threads.EventHandlerpublic void close()
close in interface Closeableclose in interface AutoCloseablepublic boolean isClosed()
Copyright © 2016. All rights reserved.