Interface ComponentRegistryAware
-
- All Known Implementing Classes:
ComplexWordCountTopologyModule
,ComponentModule
public interface ComponentRegistryAware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setRegistry(ComponentRegistry registry)
Sets the registry.
-
-
-
Method Detail
-
setRegistry
void setRegistry(ComponentRegistry registry)
Sets the registry.- Parameters:
registry
- theComponentRegistry
instance.
-
-