public interface ServiceWrapper
extends net.openhft.chronicle.core.io.Closeable
Modifier and Type | Interface and Description |
---|---|
static interface |
ServiceWrapper.Builder<O> |
Modifier and Type | Method and Description |
---|---|
static <O> ServiceWrapper.Builder<O> |
builder(@NotNull String inputPath,
@NotNull String outputPath,
@NotNull Class<O> outClass,
@NotNull Function<O,Object> serviceFunction) |
ChronicleQueue[] |
inputQueues() |
ChronicleQueue |
outputQueue() |
ChronicleQueue[] inputQueues()
ChronicleQueue outputQueue()
Copyright © 2021. All rights reserved.