| Package | Description |
|---|---|
| io.vertx.core.spi.cluster |
| Modifier and Type | Method and Description |
|---|---|
List<RegistrationInfo> |
RegistrationUpdateEvent.registrations() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterManager.addRegistration(String address,
RegistrationInfo registrationInfo,
Promise<Void> promise)
Share a new messaging handler registration with other nodes in the cluster.
|
void |
ClusterManager.removeRegistration(String address,
RegistrationInfo registrationInfo,
Promise<Void> promise)
Signal removal of a messaging handler registration to other nodes in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterManager.getRegistrations(String address,
Promise<List<RegistrationInfo>> promise)
Get the messaging handler currently registered in the cluster.
|
| Constructor and Description |
|---|
RegistrationUpdateEvent(String address,
List<RegistrationInfo> registrations) |
Copyright © 2023 Eclipse. All rights reserved.