Class 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 Detail

      • StellaFeatures

        public StellaFeatures()
        Constructor.
    • Method Detail

      • 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>