| Package | Description |
|---|---|
| net.openhft.chronicle.network | |
| net.openhft.chronicle.network.cluster | |
| net.openhft.chronicle.network.connection |
| Modifier and Type | Method and Description |
|---|---|
WireOutPublisher |
WireTcpHandler.publisher() |
WireOutPublisher |
NetworkContext.wireOutPublisher() |
WireOutPublisher |
VanillaNetworkContext.wireOutPublisher() |
| Modifier and Type | Method and Description |
|---|---|
void |
WireTcpHandler.publisher(@NotNull WireOutPublisher publisher) |
T |
NetworkContext.wireOutPublisher(@NotNull WireOutPublisher wireOutPublisher) |
T |
VanillaNetworkContext.wireOutPublisher(@NotNull WireOutPublisher wireOutPublisher) |
| Modifier and Type | Method and Description |
|---|---|
Function<net.openhft.chronicle.wire.WireType,WireOutPublisher> |
ClusterContext.wireOutPublisherFactory() |
| Modifier and Type | Method and Description |
|---|---|
C |
ClusterContext.wireOutPublisherFactory(Function<net.openhft.chronicle.wire.WireType,WireOutPublisher> wireOutPublisherFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaWireOutPublisher |
| Modifier and Type | Method and Description |
|---|---|
default WireOutPublisher |
WireOutPublisher.connectionDescription(String connectionDescription) |
WireOutPublisher |
VanillaWireOutPublisher.connectionDescription(String connectionDescription) |
Copyright © 2023. All rights reserved.