@Deprecated public class EventLoopServiceWrapper<O> extends Object implements ServiceWrapper, net.openhft.chronicle.core.threads.EventHandler
ServiceWrapper.Builder<O>
Modifier and Type | Field and Description |
---|---|
protected @NotNull net.openhft.chronicle.bytes.MethodReader[] |
serviceIn
Deprecated.
|
Constructor and Description |
---|
EventLoopServiceWrapper(@NotNull ServiceWrapperBuilder<O> builder)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
action()
Deprecated.
|
void |
close()
Deprecated.
|
@NotNull ChronicleQueue[] |
inputQueues()
Deprecated.
|
boolean |
isClosed()
Deprecated.
|
@NotNull ChronicleQueue |
outputQueue()
Deprecated.
|
@NotNull net.openhft.chronicle.core.threads.HandlerPriority |
priority()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
builder
closeQuietly, closeQuietly, notifyClosing, warnAndCloseIfNotClosed
@NotNull protected final @NotNull net.openhft.chronicle.bytes.MethodReader[] serviceIn
public EventLoopServiceWrapper(@NotNull @NotNull ServiceWrapperBuilder<O> builder)
@NotNull public @NotNull ChronicleQueue[] inputQueues()
inputQueues
in interface ServiceWrapper
@NotNull public @NotNull ChronicleQueue outputQueue()
outputQueue
in interface ServiceWrapper
public boolean action() throws net.openhft.chronicle.core.threads.InvalidEventHandlerException
action
in interface net.openhft.chronicle.core.threads.VanillaEventHandler
net.openhft.chronicle.core.threads.InvalidEventHandlerException
@NotNull public @NotNull net.openhft.chronicle.core.threads.HandlerPriority priority()
priority
in interface net.openhft.chronicle.core.threads.EventHandler
public void close()
close
in interface Closeable
close
in interface AutoCloseable
public boolean isClosed()
isClosed
in interface net.openhft.chronicle.core.io.QueryCloseable
Copyright © 2021. All rights reserved.