Class RegistrationUpdateEvent

java.lang.Object
io.vertx.core.spi.cluster.RegistrationUpdateEvent

public class RegistrationUpdateEvent extends Object
Event fired by the ClusterManager when messaging handler registrations are added or removed.
Author:
Thomas Segismont
  • Constructor Details

  • Method Details

    • address

      public String address()
      Returns:
      the address related to this event
    • registrations

      public List<RegistrationInfo> registrations()
      Returns:
      the new state of messaging handler registrations
    • toString

      public String toString()
      Overrides:
      toString in class Object