Uses of Interface
org.wildfly.clustering.server.provider.ServiceProviderRegistration
Packages that use ServiceProviderRegistration
-
Uses of ServiceProviderRegistration in org.wildfly.clustering.server.provider
Methods in org.wildfly.clustering.server.provider that return ServiceProviderRegistrationModifier and TypeMethodDescriptionRegisters the local group member as a provider of the specified service.default ServiceProviderRegistration<T, M> ServiceProviderRegistrar.register(T service, ServiceProviderListener<M> listener) Deprecated, for removal: This API element is subject to removal in a future version.ServiceProviderRegistrar.register(T service, ServiceProviderRegistrationListener<M> listener) Registers the local group member as a provider of the specified service, using the specified listener.
ServiceProviderRegistrar.register(Object, ServiceProviderRegistrationListener)instead.