public final class AutoTailers extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoTailers.CloseableEventHandler |
static interface |
AutoTailers.CloseableRunnable |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull AutoTailers.CloseableEventHandler |
createEventHandler(@NotNull Supplier<? extends MarshallableIn> tailerSupplier,
@NotNull ExcerptListener excerptListener) |
static @NotNull AutoTailers.CloseableRunnable |
createRunnable(@NotNull Supplier<? extends MarshallableIn> tailerSupplier,
@NotNull ExcerptListener excerptListener,
@NotNull Supplier<net.openhft.chronicle.threads.Pauser> pauserSupplier) |
static long |
replayOnto(@NotNull MarshallableIn tailer,
@NotNull ExcerptListener excerptListener) |
public static long replayOnto(@NotNull
@NotNull MarshallableIn tailer,
@NotNull
@NotNull ExcerptListener excerptListener)
throws net.openhft.chronicle.core.io.InvalidMarshallableException
net.openhft.chronicle.core.io.InvalidMarshallableException@NotNull public static @NotNull AutoTailers.CloseableRunnable createRunnable(@NotNull @NotNull Supplier<? extends MarshallableIn> tailerSupplier, @NotNull @NotNull ExcerptListener excerptListener, @NotNull @NotNull Supplier<net.openhft.chronicle.threads.Pauser> pauserSupplier)
@NotNull public static @NotNull AutoTailers.CloseableEventHandler createEventHandler(@NotNull @NotNull Supplier<? extends MarshallableIn> tailerSupplier, @NotNull @NotNull ExcerptListener excerptListener)
Copyright © 2023. All rights reserved.