Uses of Class
io.vertx.core.spi.cluster.RegistrationInfo
Packages that use RegistrationInfo
Package
Description
-
Uses of RegistrationInfo in io.vertx.core.spi.cluster
Methods in io.vertx.core.spi.cluster that return types with arguments of type RegistrationInfoMethods in io.vertx.core.spi.cluster with parameters of type RegistrationInfoModifier and TypeMethodDescriptionvoidClusterManager.addRegistration(String address, RegistrationInfo registrationInfo, Completable<Void> promise) Share a new messaging handler registration with other nodes in the cluster.voidClusterManager.removeRegistration(String address, RegistrationInfo registrationInfo, Completable<Void> promise) Signal removal of a messaging handler registration to other nodes in the cluster.Method parameters in io.vertx.core.spi.cluster with type arguments of type RegistrationInfoModifier and TypeMethodDescriptionvoidClusteredNode.getRegistrations(String address, Completable<List<RegistrationInfo>> promise) Get the messaging handler currently registered in the cluster.Constructor parameters in io.vertx.core.spi.cluster with type arguments of type RegistrationInfoModifierConstructorDescriptionRegistrationUpdateEvent(String address, List<RegistrationInfo> registrations) -
Uses of RegistrationInfo in io.vertx.ext.cluster.infinispan
Methods in io.vertx.ext.cluster.infinispan with parameters of type RegistrationInfoModifier and TypeMethodDescriptionvoidInfinispanClusterManager.addRegistration(String address, RegistrationInfo registrationInfo, Completable<Void> promise) voidInfinispanClusterManager.removeRegistration(String address, RegistrationInfo registrationInfo, Completable<Void> promise) Method parameters in io.vertx.ext.cluster.infinispan with type arguments of type RegistrationInfoModifier and TypeMethodDescriptionvoidInfinispanClusterManager.getRegistrations(String address, Completable<List<RegistrationInfo>> promise) -
Uses of RegistrationInfo in io.vertx.spi.cluster.hazelcast
Methods in io.vertx.spi.cluster.hazelcast with parameters of type RegistrationInfoModifier and TypeMethodDescriptionvoidHazelcastClusterManager.addRegistration(String address, RegistrationInfo registrationInfo, Completable<Void> promise) voidHazelcastClusterManager.removeRegistration(String address, RegistrationInfo registrationInfo, Completable<Void> promise) Method parameters in io.vertx.spi.cluster.hazelcast with type arguments of type RegistrationInfoModifier and TypeMethodDescriptionvoidHazelcastClusterManager.getRegistrations(String address, Completable<List<RegistrationInfo>> promise) -
Uses of RegistrationInfo in io.vertx.spi.cluster.ignite
Methods in io.vertx.spi.cluster.ignite with parameters of type RegistrationInfoModifier and TypeMethodDescriptionvoidIgniteClusterManager.addRegistration(String address, RegistrationInfo registrationInfo, Completable<Void> promise) voidIgniteClusterManager.removeRegistration(String address, RegistrationInfo registrationInfo, Completable<Void> promise) Method parameters in io.vertx.spi.cluster.ignite with type arguments of type RegistrationInfoModifier and TypeMethodDescriptionvoidIgniteClusterManager.getRegistrations(String address, Completable<List<RegistrationInfo>> promise) -
Uses of RegistrationInfo in io.vertx.spi.cluster.zookeeper
Methods in io.vertx.spi.cluster.zookeeper with parameters of type RegistrationInfoModifier and TypeMethodDescriptionvoidZookeeperClusterManager.addRegistration(String address, RegistrationInfo registrationInfo, Completable<Void> promise) voidZookeeperClusterManager.removeRegistration(String address, RegistrationInfo registrationInfo, Completable<Void> promise) Method parameters in io.vertx.spi.cluster.zookeeper with type arguments of type RegistrationInfoModifier and TypeMethodDescriptionvoidZookeeperClusterManager.getRegistrations(String address, Completable<List<RegistrationInfo>> promise)