Package org.infinispan.factories
Class PublisherManagerFactory
java.lang.Object
org.infinispan.factories.AnyScopeComponentFactory
org.infinispan.factories.AbstractNamedCacheComponentFactory
org.infinispan.factories.PublisherManagerFactory
- All Implemented Interfaces:
AutoInstantiableFactory
,ComponentFactory
public class PublisherManagerFactory
extends AbstractNamedCacheComponentFactory
implements AutoInstantiableFactory
Factory that allows creation of a
LocalPublisherManager
or ClusterPublisherManager
based on the provided
configuration.- Since:
- 10.0
- Author:
- wburns
-
Field Summary
Fields inherited from class org.infinispan.factories.AbstractNamedCacheComponentFactory
basicComponentRegistry, componentRegistry, configuration
Fields inherited from class org.infinispan.factories.AnyScopeComponentFactory
globalComponentRegistry, globalConfiguration, log
-
Constructor Summary
-
Method Summary
-
Field Details
-
LOCAL_CLUSTER_PUBLISHER
- See Also:
-
-
Constructor Details
-
PublisherManagerFactory
public PublisherManagerFactory()
-
-
Method Details
-
construct
- Specified by:
construct
in interfaceComponentFactory
- Returns:
- Either a component instance or a
ComponentAlias
pointing to another component.
-