public class WireOutPublisher extends Object implements net.openhft.chronicle.core.io.Closeable
| Constructor and Description |
|---|
WireOutPublisher() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(net.openhft.chronicle.wire.WriteMarshallable outConsumer) |
void |
applyAction(net.openhft.chronicle.wire.WireOut out,
Runnable runnable)
Apply waiting messages and return false if there was none.
|
void |
close() |
boolean |
isClosed() |
public void applyAction(@NotNull
net.openhft.chronicle.wire.WireOut out,
@NotNull
Runnable runnable)
out - buffer to write to.public void add(net.openhft.chronicle.wire.WriteMarshallable outConsumer)
public boolean isClosed()
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2015. All rights reserved.