Package org.infinispan.factories
Class StreamManagerFactory
- java.lang.Object
-
- org.infinispan.factories.AbstractComponentFactory
-
- org.infinispan.factories.AbstractNamedCacheComponentFactory
-
- org.infinispan.factories.StreamManagerFactory
-
- All Implemented Interfaces:
AutoInstantiableFactory
,ComponentFactory
public class StreamManagerFactory extends AbstractNamedCacheComponentFactory implements AutoInstantiableFactory
Factory that allows creation of aLocalStreamManager
orClusterStreamManager
based on the provided configuration.- Since:
- 8.0
- Author:
- wburns
-
-
Field Summary
-
Fields inherited from class org.infinispan.factories.AbstractNamedCacheComponentFactory
basicComponentRegistry, componentRegistry, configuration
-
Fields inherited from class org.infinispan.factories.AbstractComponentFactory
globalComponentRegistry, globalConfiguration, log
-
-
Constructor Summary
Constructors Constructor Description StreamManagerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
construct(String componentName)
-
Methods inherited from class org.infinispan.factories.AbstractComponentFactory
assertTypeConstructable, construct
-
-
-
-
Method Detail
-
construct
public Object construct(String componentName)
- Specified by:
construct
in interfaceComponentFactory
- Overrides:
construct
in classAbstractComponentFactory
- Returns:
- Either a component instance or a
ComponentAlias
pointing to another component.
-
-