| 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(WireOutPublisher publisher) |
void |
NetworkContext.wireOutPublisher(WireOutPublisher wireOutPublisher) |
void |
VanillaNetworkContext.wireOutPublisher(WireOutPublisher wireOutPublisher) |
| Modifier and Type | Method and Description |
|---|---|
Function<net.openhft.chronicle.wire.WireType,WireOutPublisher> |
ClusterContext.wireOutPublisherFactory() |
| Modifier and Type | Method and Description |
|---|---|
ClusterContext |
ClusterContext.wireOutPublisherFactory(Function<net.openhft.chronicle.wire.WireType,WireOutPublisher> wireOutPublisherFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaWireOutPublisher |
| Modifier and Type | Method and Description |
|---|---|
static WireOutPublisher |
WireOutPublisher.newThrottledWireOutPublisher(int periodMs,
WireOutPublisher delegate)
a static factory that creates and instance in chronicle enterprise
|
| Modifier and Type | Method and Description |
|---|---|
static WireOutPublisher |
WireOutPublisher.newThrottledWireOutPublisher(int periodMs,
WireOutPublisher delegate)
a static factory that creates and instance in chronicle enterprise
|
Copyright © 2018. All rights reserved.