Package io.vertigo.stella
Class StellaFeatures
java.lang.Object
io.vertigo.core.node.config.Features<StellaFeatures>
io.vertigo.stella.StellaFeatures
- All Implemented Interfaces:
io.vertigo.core.lang.Builder<io.vertigo.core.node.config.ModuleConfig>
Defines the 'stella' extension
- Author:
- mlaroche
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwithMaster(io.vertigo.core.param.Param... params) withRedisMasterPlugin(io.vertigo.core.param.Param... params) withRedisWorkerPlugin(io.vertigo.core.param.Param... params) withRestMasterPlugin(io.vertigo.core.param.Param... params) withRestWorkerPlugin(io.vertigo.core.param.Param... params) withWorker(io.vertigo.core.param.Param... params) Methods inherited from class io.vertigo.core.node.config.Features
addPlugin, build, getModuleConfigBuilder
-
Constructor Details
-
StellaFeatures
public StellaFeatures()Constructor.
-
-
Method Details
-
withMaster
-
withRedisMasterPlugin
-
withRestMasterPlugin
-
withWorker
-
withRedisWorkerPlugin
-
withRestWorkerPlugin
-
buildFeatures
protected void buildFeatures()- Specified by:
buildFeaturesin classio.vertigo.core.node.config.Features<StellaFeatures>
-