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 Details

    • StellaFeatures

      public StellaFeatures()
      Constructor.
  • Method Details

    • withMaster

      public StellaFeatures withMaster(io.vertigo.core.param.Param... params)
    • 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 class io.vertigo.core.node.config.Features<StellaFeatures>