Class RegistrationUpdateEvent
java.lang.Object
io.vertx.core.spi.cluster.RegistrationUpdateEvent
Event fired by the
ClusterManager when messaging handler registrations are added or removed.- Author:
- Thomas Segismont
-
Constructor Summary
ConstructorsConstructorDescriptionRegistrationUpdateEvent(String address, List<RegistrationInfo> registrations) -
Method Summary
-
Constructor Details
-
RegistrationUpdateEvent
-
-
Method Details
-
address
- Returns:
- the address related to this event
-
registrations
- Returns:
- the new state of messaging handler registrations
-
toString
-