| 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 |
|---|---|
ChronicleChannelSupplier |
ChronicleChannelSupplier.connectionId(String connectionId)
Sets the connection ID associated with this supplier.
|
ChronicleChannelSupplier |
ChronicleContext.newChannelSupplier(ChannelHandler handler)
Constructs a new ChronicleChannelSupplier object using the provided ChannelHandler and the settings from this context.
|
ChronicleChannelSupplier |
ChronicleChannelSupplier.protocol(String protocol)
Sets the protocol used by this supplier for creating ChronicleChannel instances.
|
Copyright © 2023. All rights reserved.