Package org.infinispan.factories
Interface ComponentFactory
-
- All Known Implementing Classes:
AbstractComponentFactory,AbstractNamedCacheComponentFactory,AuthorizationManagerFactory,CacheStoreFactoryRegistryFactory,ClusterEventManagerFactory,ClusterTopologyManagerFactory,DataContainerFactory,DistributionManagerFactory,EmptyConstructorFactory,EmptyConstructorNamedCacheFactory,EncoderRegistryFactory,EntryMetaFactory,ExpirationManagerFactory,InboundInvocationHandlerFactory,InterceptorChainFactory,InternalCacheFactory,LocalTopologyManagerFactory,LockContainerFactory,LockManagerFactory,MarshallerFactory,NamedComponentFactory,NamedExecutorsFactory,PartitionHandlingManagerFactory,RecoveryManagerFactory,ResponseGeneratorFactory,RpcManagerFactory,SizeCalculatorFactory,StateTransferComponentFactory,StreamManagerFactory,TransactionManagerFactory,TransactionSynchronizationRegistryFactory,TransactionTableFactory,TransportFactory,VersionGeneratorFactory
public interface ComponentFactoryFactory for Infinispan components.Implementations should usually be annotated with
DefaultFactoryForandScope(the factory must have the same scope as the components it creates).- Since:
- 9.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectconstruct(String componentName)
-