public interface QueueEntryHandler extends BiConsumer<net.openhft.chronicle.wire.WireIn,Consumer<String>>, AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close() |
static @NotNull QueueEntryHandler |
dummy(@NotNull net.openhft.chronicle.wire.WireType wireType)
Deprecated.
|
static @NotNull QueueEntryHandler |
messageToText(@NotNull net.openhft.chronicle.wire.WireType wireType) |
static @NotNull QueueEntryHandler |
methodReader(@NotNull String methodReaderInterface)
Deprecated.
|
accept, andThen
void close()
close
in interface AutoCloseable
@Deprecated @NotNull static @NotNull QueueEntryHandler dummy(@NotNull @NotNull net.openhft.chronicle.wire.WireType wireType)
@NotNull static @NotNull QueueEntryHandler messageToText(@NotNull @NotNull net.openhft.chronicle.wire.WireType wireType)
@Deprecated @NotNull static @NotNull QueueEntryHandler methodReader(@NotNull @NotNull String methodReaderInterface)
Copyright © 2021. All rights reserved.