Package org.infinispan.factories
Interface ComponentFactory
-
- All Known Implementing Classes:
AbstractComponentFactory,AbstractNamedCacheComponentFactory,AnyScopeComponentFactory,AuthorizationManagerFactory,CacheStoreFactoryRegistryFactory,ClusterEventManagerFactory,ClusteringDependentLogicFactory,ClusterTopologyManagerFactory,DataContainerFactory,DistributionManagerFactory,EmptyConstructorFactory,EmptyConstructorNamedCacheFactory,EncoderRegistryFactory,EntryMetaFactory,ExpirationManagerFactory,InboundInvocationHandlerFactory,InterceptorChainFactory,InternalCacheFactory,LocalTopologyManagerFactory,LockContainerFactory,LockManagerFactory,MarshallerFactory,NamedComponentFactory,NamedExecutorsFactory,PartitionHandlingManagerFactory,PublisherManagerFactory,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 java.lang.Objectconstruct(java.lang.String componentName)
-