| Package | Description |
|---|---|
| net.openhft.chronicle.wire.channel |
Provides classes and interfaces for managing Chronicle communication channels and their operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends ChronicleGatewayMain> |
ChronicleGatewayMain.main(Class<T> mainClass,
Function<String,T> supplier,
String config) |
| Modifier and Type | Method and Description |
|---|---|
ChronicleGatewayMain |
ChronicleGatewayMain.buffered(boolean buffered)
Sets whether new connections will be buffered if the client doesn't specify whether buffering should be used.
|
protected static <T extends ChronicleGatewayMain> |
ChronicleGatewayMain.main(Class<T> mainClass,
Function<String,T> supplier,
String config) |
ChronicleGatewayMain |
ChronicleGatewayMain.pauserMode(net.openhft.chronicle.threads.PauserMode pauserMode)
Sets the PauserMode to control the balance between CPU usage and minimising latency
|
ChronicleGatewayMain |
ChronicleGatewayMain.start()
Starts the gateway, binding the server socket channel and starting the acceptor thread if not already running.
|
Copyright © 2023. All rights reserved.