Class CacheFactoryResourceServiceConfigurator

  • All Implemented Interfaces:
    Supplier<CacheFactoryBuilder>, ResourceServiceConfigurator, org.wildfly.clustering.service.ServiceConfigurator, org.wildfly.clustering.service.ServiceNameProvider

    public abstract class CacheFactoryResourceServiceConfigurator
    extends CapabilityServiceNameProvider
    implements ResourceServiceConfigurator, Supplier<CacheFactoryBuilder>
    Base class which provides configure(), build() methods used to allow SimpleResourceServiceHandler to install a CacheFactoryBuilder service. The class installs the service using: - a service name obtained from a capability and a path address, and - a service value obtained from this class, via a Supplier Subclasses should implement the get() method to return the CacheFactoryBuilder.
    • Constructor Detail

      • CacheFactoryResourceServiceConfigurator

        public CacheFactoryResourceServiceConfigurator​(org.jboss.as.controller.PathAddress address)
    • Method Detail

      • build

        public org.jboss.msc.service.ServiceBuilder<?> build​(org.jboss.msc.service.ServiceTarget target)
        Specified by:
        build in interface org.wildfly.clustering.service.ServiceConfigurator