Class LocalRegistryFactoryServiceConfigurator<K,V>

Type Parameters:
K - the registry key type
V - the registry value type
All Implemented Interfaces:
BiFunction<Map.Entry<K,V>,Runnable,Registry<K,V>>, CapabilityServiceConfigurator, Dependency, ServiceConfigurator, ServiceNameProvider

public class LocalRegistryFactoryServiceConfigurator<K,V> extends FunctionalRegistryFactoryServiceConfigurator<K,V>
Builds a non-clustered RegistryFactory.
Author:
Paul Ferraro
  • Constructor Details

    • LocalRegistryFactoryServiceConfigurator

      public LocalRegistryFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name, String containerName, String cacheName)
  • Method Details

    • apply

      public Registry<K,V> apply(Map.Entry<K,V> entry, Runnable closeTask)
    • configure

      public ServiceConfigurator configure(org.jboss.as.controller.capability.CapabilityServiceSupport support)
    • register

      public <T> org.jboss.msc.service.ServiceBuilder<T> register(org.jboss.msc.service.ServiceBuilder<T> builder)