@Deprecated public class ServiceWrapperBuilder<O> extends Object implements Supplier<ServiceWrapper>
Modifier and Type | Method and Description |
---|---|
@NotNull ServiceWrapperBuilder<O> |
addInputPath(String inputPath)
Deprecated.
|
@NotNull ServiceWrapperBuilder<O> |
addServiceFunction(Function<O,Object> serviceFunctions)
Deprecated.
|
void |
closeQueues()
Deprecated.
|
boolean |
createdEventLoop()
Deprecated.
|
net.openhft.chronicle.core.threads.EventLoop |
eventLoop()
Deprecated.
|
void |
eventLoop(net.openhft.chronicle.core.threads.EventLoop eventLoop)
Deprecated.
|
@NotNull ServiceWrapper |
get()
Deprecated.
|
@NotNull List<Function<O,Object>> |
getServiceFunctions()
Deprecated.
|
@NotNull List<String> |
inputPath()
Deprecated.
|
@NotNull ChronicleQueue |
inputQueue()
Deprecated.
|
int |
inputSourceId()
Deprecated.
|
@NotNull ServiceWrapperBuilder<O> |
inputSourceId(int inputSourceId)
Deprecated.
|
<T> T |
inputWriter(Class<T> tClass)
Deprecated.
|
Class<O> |
outClass()
Deprecated.
|
@NotNull ServiceWrapperBuilder<O> |
outClass(Class<O> outClass)
Deprecated.
|
String |
outputPath()
Deprecated.
|
@NotNull ServiceWrapperBuilder<O> |
outputPath(String outputPath)
Deprecated.
|
@NotNull ChronicleQueue |
outputQueue()
Deprecated.
|
@NotNull net.openhft.chronicle.bytes.MethodReader |
outputReader(Object... impls)
Deprecated.
|
int |
outputSourceId()
Deprecated.
|
@NotNull ServiceWrapperBuilder<O> |
outputSourceId(int outputSourceId)
Deprecated.
|
net.openhft.chronicle.core.threads.HandlerPriority |
priority()
Deprecated.
|
@NotNull ServiceWrapperBuilder<O> |
priority(net.openhft.chronicle.core.threads.HandlerPriority priority)
Deprecated.
|
static <O> @NotNull ServiceWrapperBuilder<O> |
serviceBuilder(String inputPath,
String outputPath,
Class<O> outClass,
Function<O,Object> serviceFunction)
Deprecated.
|
@NotNull public static <O> @NotNull ServiceWrapperBuilder<O> serviceBuilder(String inputPath, String outputPath, Class<O> outClass, Function<O,Object> serviceFunction)
@NotNull public @NotNull ServiceWrapperBuilder<O> addInputPath(String inputPath)
@NotNull public @NotNull ServiceWrapperBuilder<O> outClass(Class<O> outClass)
public String outputPath()
@NotNull public @NotNull ServiceWrapperBuilder<O> outputPath(String outputPath)
@NotNull public @NotNull List<Function<O,Object>> getServiceFunctions()
@NotNull public @NotNull ServiceWrapperBuilder<O> addServiceFunction(Function<O,Object> serviceFunctions)
public net.openhft.chronicle.core.threads.EventLoop eventLoop()
public boolean createdEventLoop()
public void eventLoop(net.openhft.chronicle.core.threads.EventLoop eventLoop)
public net.openhft.chronicle.core.threads.HandlerPriority priority()
@NotNull public @NotNull ServiceWrapperBuilder<O> priority(net.openhft.chronicle.core.threads.HandlerPriority priority)
public int inputSourceId()
@NotNull public @NotNull ServiceWrapperBuilder<O> inputSourceId(int inputSourceId)
public int outputSourceId()
@NotNull public @NotNull ServiceWrapperBuilder<O> outputSourceId(int outputSourceId)
@NotNull public @NotNull ServiceWrapper get()
get
in interface Supplier<ServiceWrapper>
@NotNull public @NotNull ChronicleQueue inputQueue()
@NotNull public @NotNull ChronicleQueue outputQueue()
@NotNull public @NotNull net.openhft.chronicle.bytes.MethodReader outputReader(Object... impls)
@NotNull public <T> T inputWriter(Class<T> tClass)
public void closeQueues()
Copyright © 2021. All rights reserved.