Uses of Interface
org.wildfly.clustering.singleton.SingletonElectionListener
-
Packages that use SingletonElectionListener Package Description org.wildfly.clustering.singleton org.wildfly.clustering.singleton.service -
-
Uses of SingletonElectionListener in org.wildfly.clustering.singleton
Methods in org.wildfly.clustering.singleton with parameters of type SingletonElectionListener Modifier and Type Method Description SingletonServiceBuilder<T>SingletonServiceBuilder. electionListener(SingletonElectionListener listener)Deprecated.Defines a listener to trigger following the election of a primary singleton provider. -
Uses of SingletonElectionListener in org.wildfly.clustering.singleton.service
Methods in org.wildfly.clustering.singleton.service with parameters of type SingletonElectionListener Modifier and Type Method Description SingletonServiceConfiguratorSingletonServiceConfigurator. electionListener(SingletonElectionListener listener)Defines a listener to trigger following the election of a primary singleton provider.
-