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>
public final class StellaFeatures extends io.vertigo.core.node.config.Features<StellaFeatures>
Defines the 'stella' extension- Author:
- mlaroche
-
-
Constructor Summary
Constructors Constructor Description StellaFeatures()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
buildFeatures()
StellaFeatures
withMaster()
StellaFeatures
withRedisMasterPlugin(io.vertigo.core.param.Param... params)
StellaFeatures
withRedisWorkerPlugin(io.vertigo.core.param.Param... params)
StellaFeatures
withRestMasterPlugin(io.vertigo.core.param.Param... params)
StellaFeatures
withRestWorkerPlugin(io.vertigo.core.param.Param... params)
StellaFeatures
withWorker(io.vertigo.core.param.Param... params)
-
-
-
Method Detail
-
withMaster
public StellaFeatures withMaster()
-
withRedisMasterPlugin
public StellaFeatures withRedisMasterPlugin(io.vertigo.core.param.Param... params)
-
withRestMasterPlugin
public StellaFeatures withRestMasterPlugin(io.vertigo.core.param.Param... params)
-
withWorker
public StellaFeatures withWorker(io.vertigo.core.param.Param... params)
-
withRedisWorkerPlugin
public StellaFeatures withRedisWorkerPlugin(io.vertigo.core.param.Param... params)
-
withRestWorkerPlugin
public StellaFeatures withRestWorkerPlugin(io.vertigo.core.param.Param... params)
-
buildFeatures
protected void buildFeatures()
- Specified by:
buildFeatures
in classio.vertigo.core.node.config.Features<StellaFeatures>
-
-