- All Implemented Interfaces:
- Function<ExecutorService,KeyAffinityServiceFactory>, Supplier<ExecutorService>, org.wildfly.clustering.service.ServiceConfigurator, org.wildfly.clustering.service.ServiceNameProvider
public class KeyAffinityServiceFactoryServiceConfigurator
extends org.jboss.as.clustering.controller.CapabilityServiceNameProvider
implements org.wildfly.clustering.service.ServiceConfigurator, Function<ExecutorService,KeyAffinityServiceFactory>, Supplier<ExecutorService>
Key affinity service factory that will only generates keys for use by the local node.
Returns a trivial implementation if the specified cache is not distributed.
- Author:
- Paul Ferraro