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 aLocalPublisherManager
orClusterPublisherManager
based on the provided configuration.- Since:
- 10.0
- Author:
- wburns
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
LOCAL_CLUSTER_PUBLISHER
-
Fields inherited from class org.infinispan.factories.AbstractNamedCacheComponentFactory
basicComponentRegistry, componentRegistry, configuration
-
Fields inherited from class org.infinispan.factories.AnyScopeComponentFactory
globalComponentRegistry, globalConfiguration, log
-
-
Constructor Summary
Constructors Constructor Description PublisherManagerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
construct(java.lang.String componentName)
-
Methods inherited from class org.infinispan.factories.AnyScopeComponentFactory
construct
-
-
-
-
Field Detail
-
LOCAL_CLUSTER_PUBLISHER
public static final java.lang.String LOCAL_CLUSTER_PUBLISHER
- See Also:
- Constant Field Values
-
-
Method Detail
-
construct
public java.lang.Object construct(java.lang.String componentName)
- Specified by:
construct
in interfaceComponentFactory
- Overrides:
construct
in classAnyScopeComponentFactory
- Returns:
- Either a component instance or a
ComponentAlias
pointing to another component.
-
-