| Package | Description |
|---|---|
| org.zeromq | |
| org.zeromq.api | |
| org.zeromq.jzmq | |
| org.zeromq.jzmq.beacon |
| Modifier and Type | Method and Description |
|---|---|
static BeaconReactorBuilder |
Patterns.buildBeaconReactor()
Create a new BeaconReactor, which will send and receive UDP beacons
on a broadcast address, with event-driven handling of received beacons.
|
| Modifier and Type | Method and Description |
|---|---|
BeaconReactorBuilder |
Context.buildBeaconReactor()
Create a new BeaconReactor, which will send and receive UDP beacons
on a broadcast address, with event-driven handling of received beacons.
|
| Modifier and Type | Method and Description |
|---|---|
BeaconReactorBuilder |
ManagedContext.buildBeaconReactor() |
| Modifier and Type | Method and Description |
|---|---|
BeaconReactorBuilder |
BeaconReactorBuilder.withBeacon(UdpBeacon beacon) |
BeaconReactorBuilder |
BeaconReactorBuilder.withBroadcastInterval(long broadcastInterval) |
BeaconReactorBuilder |
BeaconReactorBuilder.withIgnoreLocalAddress(boolean ignoreLocalAddress) |
BeaconReactorBuilder |
BeaconReactorBuilder.withListener(BeaconListener listener) |
BeaconReactorBuilder |
BeaconReactorBuilder.withPort(int port) |
Copyright © 2019. All rights reserved.