Class ComplexWordCountTopologyModule
- java.lang.Object
-
- io.streamthoughts.azkarra.api.components.ComponentModule<ComplexWordCountTopology>
-
- io.streamthoughts.examples.azkarra.dependency.ComplexWordCountTopologyModule
-
- All Implemented Interfaces:
ComponentFactory<ComplexWordCountTopology>
,ComponentRegistryAware
,Configurable
@Component public class ComplexWordCountTopologyModule extends ComponentModule<ComplexWordCountTopology>
AComponentModule
for providing a new @{link ComplexWordCountTopology} instance.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.streamthoughts.azkarra.api.components.ComponentFactory
ComponentFactory.SimpleFactory<T>
-
-
Constructor Summary
Constructors Constructor Description ComplexWordCountTopologyModule()
Creates a newComplexWordCountTopologyModule
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComplexWordCountTopology
make()
Creates a new instance for the specified type.-
Methods inherited from class io.streamthoughts.azkarra.api.components.ComponentModule
configuration, configure, getAllComponentsForType, getComponentForClassOrAlias, getComponentForType, getType, setRegistry
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.streamthoughts.azkarra.api.components.ComponentFactory
isSingleton
-
-
-
-
Constructor Detail
-
ComplexWordCountTopologyModule
public ComplexWordCountTopologyModule()
Creates a newComplexWordCountTopologyModule
instance.
-
-
Method Detail
-
make
public ComplexWordCountTopology make()
Description copied from interface:ComponentFactory
Creates a new instance for the specified type.- Returns:
- the new instance of type
ComponentFactory
.
-
-